Function rust_code_analysis::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.