pub struct DecodeError(/* private fields */);
Expand description
Error returned when a hex string contains invalid characters.
Trait Implementations§
§impl Debug for DecodeError
impl Debug for DecodeError
§impl IntoDeError for DecodeError
impl IntoDeError for DecodeError
§fn into_de_error<E>(self) -> Ewhere
E: Error,
fn into_de_error<E>(self) -> Ewhere E: Error,
Performs the conversion.
Auto Trait Implementations§
impl RefUnwindSafe for DecodeError
impl Send for DecodeError
impl Sync for DecodeError
impl Unpin for DecodeError
impl UnwindSafe for DecodeError
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