Type Definition thespis_impl::BoxEnvelope

source ·
pub type BoxEnvelope<A> = Box<dyn Envelope<A> + Send>;
Expand description

Shorthand for a Send boxed envelope.

Trait Implementations§

source§

impl<A> Debug for BoxEnvelope<A>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more