find_all

Function find_all 

Source
pub fn find_all<'a, F>(data: &'a [Metric], f: F) -> Vec<&'a Metric>
where for<'r> F: FnMut(&'r &'a Metric) -> bool,
Expand description

Returns all metrics that evaluate to “true” for the function.