Trait OptionWidgetRefExt

Source
pub trait OptionWidgetRefExt {
    // Required method
    fn into_ref(self) -> WidgetRef;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl OptionWidgetRefExt for Option<WidgetRef>

Implementors§