Struct blake3::HexError [−][src]
pub struct HexError(_);
Expand description
The error type for Hash::from_hex.
The .to_string() representation of this error currently distinguishes between bad length
errors and bad character errors. This is to help with logging and debugging, but it isn’t a
stable API detail, and it may change at any time.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HexErrorimpl UnwindSafe for HexErrorBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self