Type Definition thespis_impl::ChanSender

source · []
pub type ChanSender<A> = Box<dyn CloneSink<'static, BoxEnvelope<A>, DynError>>;
Expand description

Type of boxed channel sender for Addr.