Trait apis::message::Message

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

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

Object Safety§

This trait is not object safe.

Implementors§