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.)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CaseFoldError
impl RefUnwindSafe for CaseFoldError
impl Send for CaseFoldError
impl Send for CaseFoldError
impl Sync for CaseFoldError
impl Sync for CaseFoldError
impl Unpin for CaseFoldError
impl Unpin for CaseFoldError
impl UnwindSafe for CaseFoldError
impl UnwindSafe for CaseFoldError