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

Required methods

Implementations on Foreign Types

Implementors