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

pub trait Style_bodyContextAttrs<'input>: DesignParserContext<'input> + BorrowMut<Style_bodyContextExt<'input>> {
    fn config_decl_all(&self) -> Vec<Rc<Config_declContextAll<'input>>>
    where
        Self: Sized
, { ... }
fn config_decl(&self, i: usize) -> Option<Rc<Config_declContextAll<'input>>>
    where
        Self: Sized
, { ... } }

Provided methods

fn config_decl_all(&self) -> Vec<Rc<Config_declContextAll<'input>>> where
    Self: Sized
[src]

fn config_decl(&self, i: usize) -> Option<Rc<Config_declContextAll<'input>>> where
    Self: Sized
[src]

Loading content...

Implementors

impl<'input> Style_bodyContextAttrs<'input> for Style_bodyContext<'input>[src]

Loading content...