Enum redfa::regex::ParseError [] [src]

pub enum ParseError {
    UnexpectedEof(&'static str),
    UnexpectedChar(&'static strchar),
    BadRange(&'static strcharchar),
}

Variants

Trait Implementations

impl Copy for ParseError
[src]

impl Clone for ParseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl Display for ParseError
[src]

Formats the value using the given formatter.