Trait tractor::ActorExt[][src]

pub trait ActorExt: Actor + ActorBehaviorAsync + ActorHooksAsync {
    fn start(self) -> Addr<Self> { ... }
}

Provided methods

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

Starts the actor.

Loading content...

Implementors

Loading content...