[][src]Type Definition thespis_impl::ChanReceiver

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

Type of boxed channel receiver for Mailbox.