ActorMessage

Trait ActorMessage 

Source
pub trait ActorMessage:
    Send
    + Sync
    + 'static { }
Expand description

Generic trait for messages that can be sent between actors

Implementors§