Trait tractor::ActorBehavior[][src]

pub trait ActorBehavior: Actor {
    fn handle(&mut self, msg: Self::Msg, ctx: &Context<Self>);
}

Required methods

fn handle(&mut self, msg: Self::Msg, ctx: &Context<Self>)[src]

Loading content...

Implementors

Loading content...