Macro ssp::impl_message_from_buf
source · macro_rules! impl_message_from_buf { ($name:ident) => { ... }; }
Expand description
Implement From<_> traits to convert buffer types into a named message type.
macro_rules! impl_message_from_buf { ($name:ident) => { ... }; }
Implement From<_> traits to convert buffer types into a named message type.