Skip to main content

OptionTextPropExt

Trait OptionTextPropExt 

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

Extension trait for Option<TextProp>

Required Methods§

Source

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

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

Implementations on Foreign Types§

Source§

impl OptionTextPropExt for Option<TextProp>

Source§

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

Implementors§