Skip to main content

CelOneof

Derive Macro CelOneof 

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

Implements the CelOneof trait on an enum.

Automatically implemented by the proto_oneof macro when the cel feature is enabled.