Derive Macro meshtastic::Message

source ·
#[derive(Message)]
{
    // Attributes available to this derive:
    #[prost]
}
Expand description

A re-export of the prost::Message trait, which is required to call the encode and decode methods on protocol buffer messages.