pub fn find_all<'a, F>(data: &'a [Metric], f: F) -> Vec<&'a Metric>where for<'r> F: FnMut(&'r &'a Metric) -> bool,
Returns all metrics that evaluate to “true” for the function.