Struct nodes::pattern::Cond [] [src]

pub struct Cond {
    pub entry: String,
    pub cond_type: CondType,
}

Fields