[][src]Trait yaaf::Tell

pub trait Tell<M: Message> {
    pub fn tell(&self, message: M) -> Result<(), AddressError>;
}

Required methods

pub fn tell(&self, message: M) -> Result<(), AddressError>[src]

Loading content...

Implementors

impl<H, M> Tell<M> for ActorAddress<H> where
    H: Handler<M>,
    M: Message
[src]

Loading content...