#[derive(ProtocolMsg)]
{
// Attributes available to this derive:
#[protocol_msg]
}
Available on crate feature
derive only.Expand description
Derives ProtocolMsg and RoundMsg traits
See ProtocolMsg docs for more details