Skip to main content

ValidatedOneof

Derive Macro ValidatedOneof 

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

Implements ValidatedOneof on an enum.

Automatically implemented by the proto_oneof macro.