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 CaseFoldErrorimpl Send for CaseFoldError
impl Send for CaseFoldErrorimpl Sync for CaseFoldError
impl Sync for CaseFoldErrorimpl Unpin for CaseFoldError
impl Unpin for CaseFoldErrorimpl UnwindSafe for CaseFoldError
impl UnwindSafe for CaseFoldError