[][src]Trait riker::protocol::Message

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

Implementors

impl<T: Debug + Clone + Send + Into<ActorMsg<Self>> + 'static> Message for T[src]

Loading content...