Type Definition thespis_impl::ChanReceiver[][src]

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

Type of boxed channel receiver for Mailbox.