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

Implement From<_> traits to convert buffer types into a named message type.