Type Alias Cond

Source
pub type Cond = Condition;

Aliased Type§

pub struct Cond {
    pub(crate) negate: bool,
    pub(crate) condition_type: ConditionType,
    pub(crate) conditions: Vec<ConditionExpression>,
}

Fields§

§negate: bool§condition_type: ConditionType§conditions: Vec<ConditionExpression>