macro_rules! impl_response_ops {
    ($name:ident) => { ... };
}
Expand description

Implements the defaults for the ResponseOps trait for a named message type.