Trait tractor::Address[][src]

pub trait Address<T: Actor>: HasLength {
    fn send(&self, msg: T::Msg);
}

Required methods

fn send(&self, msg: T::Msg)[src]

Loading content...

Implementors

impl<T: Actor> Address<T> for Addr<T>[src]

Loading content...