pub trait AsNullableElement: Node {
    fn as_nullable_element(&self) -> Option<Element>;
}

Required methods

Implementations on Foreign Types

Implementors