Trait kay::Message [−][src]
pub trait Message: Compact + 'static { }
Trait that a datastructure must implement in order to be sent and received as a message.
Automatically implemented for everything that is Compact
Implementors
impl<T: Compact + 'static> Message for T