Trait romeo::actor::Receives[][src]

pub trait Receives<M> where
    Self: Actor
{ fn receive(&mut self, msg: M, ctx: &Context); }

Required Methods

Implementors