Type Definition predicates::str::RegexError  
source · pub type RegexError = Error;Expand description
An error that occurred during parsing or compiling a regular expression.
pub type RegexError = Error;An error that occurred during parsing or compiling a regular expression.