pub enum Error {
Syntax(String),
CompiledTooBig(usize),
// some variants omitted
}
An error that occurred during parsing or compiling a regular expression.
The compiled program exceeded the set size limit.
The argument is the size limit imposed.
Performs copy-assignment from source
. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
This method tests for !=
.
The lower-level cause of this error, if any. Read more
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more