ActorChannel

Type Alias ActorChannel 

Source
pub type ActorChannel<M> = UnboundedSender<M>;

Aliased Typeยง

pub struct ActorChannel<M> { /* private fields */ }