Macro empty_body

Source
macro_rules! empty_body {
    {
       $(#[$meta:meta])*
       pub struct $name:ident {}
   } => { ... };
}
Expand description

Declare a message type for a message with an empty body.