#[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.
#[derive(ProtoEnum)]
{
// Attributes available to this derive:
#[proto]
}
reflection only.Implements ProtoEnum.
Automatically implemented by the proto_enum macro.