Skip to main content

ProtoEnum

Derive Macro ProtoEnum 

Source
#[derive(ProtoEnum)]
{
    // Attributes available to this derive:
    #[proto]
}
Available on crate feature reflection only.
Expand description

Implements ProtoEnum.

Automatically implemented by the proto_enum macro.