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

pub trait Library_configContextAttrs<'input>: DesignParserContext<'input> {
    fn preset_key(&self) -> Option<Rc<Preset_keyContextAll<'input>>>
    where
        Self: Sized
, { ... }
fn preset_value(&self) -> Option<Rc<Preset_valueContextAll<'input>>>
    where
        Self: Sized
, { ... }
fn preset_array(&self) -> Option<Rc<Preset_arrayContextAll<'input>>>
    where
        Self: Sized
, { ... } }

Provided methods

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

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

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

Loading content...

Implementors

Loading content...