macro_rules! implement_message_data {
($type_name:ty) => { ... };
}
Expand description
Macro for implementing MessageData
.
You may prefer to use the derive macro instead, but in case of auto-implementing MessageData for remote or std types, this might be the macro you find useful.