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. Can be created conveniently with CloneSinkExt::dyned, but that is rarely needed as you can use the ActorBuilder to override default channels.