Struct rustdb::run::ForNextInfo  [−][src]
pub struct ForNextInfo {
    pub for_id: usize,
    pub assigns: Assigns,
    pub exps: Vec<CExpPtr<Value>>,
    pub wher: Option<CExpPtr<bool>>,
}Expand description
Info for ForNext Inst.
Fields
for_id: usizeassigns: Assignsexps: Vec<CExpPtr<Value>>wher: Option<CExpPtr<bool>>