Trait tractor::ActorHooks[][src]

pub trait ActorHooks: Actor {
    fn started(&mut self, _ctx: &Context<Self>) { ... }
fn stopped(&mut self) { ... } }

Provided methods

fn started(&mut self, _ctx: &Context<Self>)[src]

fn stopped(&mut self)[src]

Loading content...

Implementors

Loading content...