pub trait BlockingScalarwhere
Self: ScalarCodec + MessageId,{
type Response: ScalarCodec;
}Expand description
stack allocated message that expects a response
Required Associated Types§
Sourcetype Response: ScalarCodec
type Response: ScalarCodec
response type for this message
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.