[][src]Trait yaaf::Message

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

Implementors

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

Loading content...