ExpressionQueryContextAttrs

Trait ExpressionQueryContextAttrs 

Source
pub trait ExpressionQueryContextAttrs<'input>: HamelinParserContext<'input> {
    // Provided method
    fn expression(&self) -> Option<Rc<ExpressionContextAll<'input>>>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn expression(&self) -> Option<Rc<ExpressionContextAll<'input>>>
where Self: Sized,

Implementors§