Module zebra_test::command::to_regex
source · Expand description
Convenience traits for converting to [Regex
] and [RegexSet
].
Traits§
- A trait for collecting an iterator into a [
RegexSet
]. - A trait for getting additional information from a [
RegexSet
]. - A trait for converting a value to a [
Regex
]. - A trait for converting a value to a [
RegexSet
].