pub trait OptionTextPropExt { // Required method fn get(&self) -> Option<Oco<'static, str>>; }
Extension trait for Option<TextProp>
Option<TextProp>
Accesses the current value of the Option<TextProp> as an Option<Oco<'static, str>>.
Option<Oco<'static, str>>