pub const NO_MATCHES_REGEX_ITER: &[&str];
Expand description
A CollectRegexSet
iterator that never matches anything.
Used to work around type inference issues in TestChild::with_failure_regex_iter
.
pub const NO_MATCHES_REGEX_ITER: &[&str];
A CollectRegexSet
iterator that never matches anything.
Used to work around type inference issues in TestChild::with_failure_regex_iter
.