pub fn validate_cel_message<T>(
parent_elements: &[FieldPathElement],
rule: CelRule,
value: T,
) -> Result<(), Violation>Available on crate feature
cel only.pub fn validate_cel_message<T>(
parent_elements: &[FieldPathElement],
rule: CelRule,
value: T,
) -> Result<(), Violation>cel only.