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
PropertyNotFoundPropertyValueNotFound