pub enum LangError {
TooShort {
actual: usize,
},
}Expand description
An error reading a language code out of the descriptor
Variants§
TooShort
there is not sufficient data in the descriptor to read out another complete language code
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LangError
impl RefUnwindSafe for LangError
impl Send for LangError
impl Sync for LangError
impl Unpin for LangError
impl UnwindSafe for LangError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more