Skip to main content

CelValue

Derive Macro CelValue 

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

Implements the CelValue trait on a struct.

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