Trait OptionTextPropExt

pub trait OptionTextPropExt {
    // Required method
    fn get(&self) -> Option<Oco<'static, str>>;
}
Expand description

Extension trait for Option<TextProp>

Required Methods§

fn get(&self) -> Option<Oco<'static, str>>

Accesses the current value of the Option<TextProp> as an Option<Oco<'static, str>>.

Implementors§