macro_rules! impl_encrypted_message_ops {
    ($name:ident) => { ... };
    ($name:ident, $msg_type:ident::$variant:tt) => { ... };
}
Expand description

Implement the defaults for the MessageOps trait for an encrypted message type with variable length.