Skip to main content

InternalRegexError

Type Alias InternalRegexError 

Source
pub type InternalRegexError = InternalError<Infallible>;

Aliased Type§

pub enum InternalRegexError {
    Wrapped(Infallible),
    RegexError(InvalidRegexError),
}

Variants§

§

Wrapped(Infallible)

§

RegexError(InvalidRegexError)

An error indicating that a regular expression was invalid while generating the example. This signals a bug in the library’s metadata.