Struct bytecheck::CharCheckError [−][src]
pub struct CharCheckError { pub invalid_value: u32, }
Expand description
An error resulting from an invalid character.
Characters are four bytes and may only have values from 0x0
to 0xD7FF
and 0xE000
to 0x10FFFF
inclusive.
Fields
invalid_value: u32
The u32
value of the invalid character
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CharCheckError
impl Send for CharCheckError
impl Sync for CharCheckError
impl Unpin for CharCheckError
impl UnwindSafe for CharCheckError