Struct geo_aid::script::parser::InvertedRuleOperator
source · pub struct InvertedRuleOperator {
pub exlamation: Exclamation,
pub operator: Box<RuleOperator>,
}Expand description
An inverted rule operator.
Fields§
§exlamation: ExclamationThe ! token
operator: Box<RuleOperator>The operator.