fn rerun_filter_matches<'a>(
test_name: &'a str,
test_result: &'a TestResult,
) -> impl Iterator<Item = String> + 'aExpand description
Returns the rerun keys of a failed test: its failed invariant predicates, or the test name when no predicate failed.