Function find_dir_empty

Source
pub fn find_dir_empty<'a, E, P>(
    elem: E,
    pat: P,
) -> Option<PropFound<'a, E, Directive<'a>>>
where E: Borrow<Element<'a>>, P: PropPattern,