Function find

Source
pub fn find<'a, T: ParserTrait>(
    parser: &'a T,
    filters: &[String],
) -> Option<Vec<Node<'a>>>
Expand description

Finds the types of nodes specified in the input slice.