Struct hid_io_protocol::commands::Utf8Error
source · pub struct Utf8Error {
pub inner: Utf8Error,
}
Expand description
Defmt wrapper for core::str::Utf8Error
Fields§
§inner: Utf8Error
pub struct Utf8Error {
pub inner: Utf8Error,
}
Defmt wrapper for core::str::Utf8Error
inner: Utf8Error