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

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

Required Methods

Implementors