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

Implement the defaults for the MessageOps trait for a named message type with variable length.