Trait unflow::grammar::designparser::Interaction_declContextAttrs[][src]

pub trait Interaction_declContextAttrs<'input>: DesignParserContext<'input> + BorrowMut<Interaction_declContextExt<'input>> {
    fn see_decl(&self) -> Option<Rc<See_declContextAll<'input>>>
    where
        Self: Sized
, { ... }
fn do_decl(&self) -> Option<Rc<Do_declContextAll<'input>>>
    where
        Self: Sized
, { ... }
fn react_decl(&self) -> Option<Rc<React_declContextAll<'input>>>
    where
        Self: Sized
, { ... } }

Provided methods

fn see_decl(&self) -> Option<Rc<See_declContextAll<'input>>> where
    Self: Sized
[src]

fn do_decl(&self) -> Option<Rc<Do_declContextAll<'input>>> where
    Self: Sized
[src]

fn react_decl(&self) -> Option<Rc<React_declContextAll<'input>>> where
    Self: Sized
[src]

Loading content...

Implementors

Loading content...