[−][src]Trait riker::actor::Tell
Associated Types
Required Methods
fn tell<T>(&self, msg: T, sender: Option<ActorRef<Self::Msg>>) where
T: Into<ActorMsg<Self::Msg>>,
T: Into<ActorMsg<Self::Msg>>,
Implement to provide message routing to actors, e.g. ActorRef
and ActorSelection