pub trait OpaqueProtocolMessage<Mt: Matcher>: Clone + Debug + Codec + ExtractKnowledge<Mt> {
    fn debug(&self, info: &str);
}
Expand description

A non-structured version of ProtocolMessage. This can be used for example for encrypted messages which do not have a structure.

Required Methods§

Implementors§