[][src]Trait riker::Message

pub trait Message: Debug + Clone + Send + 'static { }

Implementors

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

Loading content...