Type Definition thespis_impl::ChanReceiver

source ·
pub type ChanReceiver<A> = Box<dyn Stream<Item = BoxEnvelope<A>> + Send + Unpin>;
Expand description

Type of boxed channel receiver for Mailbox.