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

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

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

Implementors

Loading content...