pub trait CanSend: CanSend { }
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.