Struct byte_unit::UnitIncorrectError [−][src]
pub struct UnitIncorrectError {
pub character: char,
pub expected_characters: &'static [char],
pub also_expect_no_character: bool,
}
Expand description
Errors for ByteUnit
.
Fields
character: char
expected_characters: &'static [char]
also_expect_no_character: bool
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for UnitIncorrectError
impl Send for UnitIncorrectError
impl Sync for UnitIncorrectError
impl Unpin for UnitIncorrectError
impl UnwindSafe for UnitIncorrectError
Blanket Implementations
Mutably borrows from an owned value. Read more