Struct regex_syntax::hir::CaseFoldError [−][src]
pub struct CaseFoldError(_);
An error that occurs when Unicode-aware simple case folding fails.
This error can occur when the case mapping tables necessary for Unicode
aware case folding are unavailable. This only occurs when the
unicode-case
feature is disabled. (The feature is enabled by default.)