BoxedMessage

Type Alias BoxedMessage 

Source
pub type BoxedMessage = Box<dyn Any + Send + Sync + 'static>;

Aliased Typeยง

pub struct BoxedMessage(/* private fields */);