pub fn find_all<T: Debug + Clone + PartialEq>( items: &[Item<T>], pat: &[Item<T>], ) -> Vec<Match<T>>
Find matches. Similar to Python re.findall but is tree aware.
re.findall