Trait IntoOptionalElement

Source
pub trait IntoOptionalElement {
    // Required method
    fn into_optional_element(self) -> Option<Element>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: IntoOptionalElement> IntoOptionalElement for Option<T>

Implementors§