logo
pub fn find_parent_element(e: &ElementRc) -> Option<ElementRc>
Expand description

Find the parent element to a given element. (since there is no parent mapping we need to fo an exhaustive search)