Trait CanSend

Source
pub trait CanSend: CanSend { }
Expand description

CanSend is a capabilty to confers the right of the holder to send messages to actors. CanSend is sealed and may only be implemented and accessed by this crate.

Implementors§

Source§

impl<T: CanSend> CanSend for T