Trait riker::protocol::Message

source ·
pub trait Message: Debug + Clone + Send + Into<ActorMsg<Self>> + 'static { }

Implementors§