Struct hid_io_protocol::commands::Utf8Error
source · [−]pub struct Utf8Error {
pub inner: Utf8Error,
}
Expand description
Defmt wrapper for core::str::Utf8Error
Fields
inner: Utf8Error
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Utf8Error
impl Send for Utf8Error
impl Sync for Utf8Error
impl Unpin for Utf8Error
impl UnwindSafe for Utf8Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more