Skip to main content

Module condition

Module condition 

Source

Enums§

Conditions
Composable condition tree. Evaluated recursively.
FieldCondition
Leaf-level condition against a single message field.
StringMatch
How to match a string field.

Traits§

MessageView
A message-like view for condition evaluation. The engine evaluates conditions against this trait so it doesn’t depend on mxr-core’s concrete Envelope type directly.