BlockingScalar

Trait BlockingScalar 

Source
pub trait BlockingScalar
where Self: ScalarCodec + MessageId,
{ type Response: ScalarCodec; }
Expand description

stack allocated message that expects a response

Required Associated Types§

Source

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.

Implementors§