pub struct TooLong;Expand description
Error type returned when too much output is requested from an HKDF operation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TooLong
impl RefUnwindSafe for TooLong
impl Send for TooLong
impl Sync for TooLong
impl Unpin for TooLong
impl UnsafeUnpin for TooLong
impl UnwindSafe for TooLong
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