Enum regex_syntax::unicode::Error[][src]

pub enum Error {
    PropertyNotFound,
    PropertyValueNotFound,
}

An error that occurs when dealing with Unicode.

We don't impl the Error trait here because these always get converted into other public errors. (This error type isn't exported.)

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error