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

pub trait Preset_valueContextAttrs<'input>: DesignParserContext<'input> + BorrowMut<Preset_valueContextExt<'input>> {
    fn config_value(&self) -> Option<Rc<Config_valueContextAll<'input>>>
    where
        Self: Sized
, { ... } }

Provided methods

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

Loading content...

Implementors

impl<'input> Preset_valueContextAttrs<'input> for Preset_valueContext<'input>[src]

Loading content...