IndeterminateMessage

Trait IndeterminateMessage 

Source
pub trait IndeterminateMessage: Message { }
Expand description

§IndeterminateMessage

An indeterminate message is a message for which it has not yet been determined whether it will be serialized. Because of this, indeterminate messages require serde traits to be implemented, which is not the case with local messages.

Implementors§