Trait tractor::ActorExt[][src]

pub trait ActorExt: AsyncActor {
    fn start(self) -> Addr<Self> { ... }
}

Provided methods

fn start(self) -> Addr<Self>[src]

Starts the actor.

Loading content...

Implementors

impl<T: AsyncActor> ActorExt for T[src]

Loading content...