Function dir_finder

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