pub struct Utf8Snafu;
Expand description
SNAFU context selector for the CryptoError::Utf8
variant
Trait Implementations§
Source§impl IntoError<CryptoError> for Utf8Snafu
impl IntoError<CryptoError> for Utf8Snafu
Source§type Source = FromUtf8Error
type Source = FromUtf8Error
The underlying error
Source§fn into_error(self, error: Self::Source) -> CryptoError
fn into_error(self, error: Self::Source) -> CryptoError
Combine the information to produce the error
impl Copy for Utf8Snafu
Auto Trait Implementations§
impl Freeze for Utf8Snafu
impl RefUnwindSafe for Utf8Snafu
impl Send for Utf8Snafu
impl Sync for Utf8Snafu
impl Unpin for Utf8Snafu
impl UnwindSafe for Utf8Snafu
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