Trait communicator::Sender[][src]

pub trait Sender<M> {
    fn send(&mut self, message: M) -> Result<(), SendError>;
}

Required methods

Implementations on Foreign Types

Implementors