pub struct OutputLengthError;展开描述
An error type 用 用于 HkdfExpander::expand_slice when
the slice exceeds the maximum HKDF output length.
Trait 实现§
自动 Trait 实现§
impl Freeze for OutputLengthError
impl RefUnwindSafe for OutputLengthError
impl Send for OutputLengthError
impl Sync for OutputLengthError
impl Unpin for OutputLengthError
impl UnsafeUnpin for OutputLengthError
impl UnwindSafe for OutputLengthError
Blanket 实现§
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 从 an owned value. 更多信息