Type Definition thespis_impl::BoxEnvelope

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

Shorthand for a Send boxed envelope.