Struct elfo_core::Envelope [−][src]
pub struct Envelope<M = AnyMessage> { /* fields omitted */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<M> RefUnwindSafe for Envelope<M> where
M: RefUnwindSafe,
impl<M> UnwindSafe for Envelope<M> where
M: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
