Constant zebra_test::command::NO_MATCHES_REGEX_ITER
source ยท 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
.