Trait apis::message::Message [] [src]

pub trait Message<CTX: Context> where
    Self: Send + TryFrom<CTX::GMSG> + Into<CTX::GMSG> + Debug
{ }

A local message type with partial mapping from global message type and total mapping into global message type.

Implementors