Struct rustls::crypto::tls13::OutputLengthError
source · pub struct OutputLengthError;
Expand description
An error type used for HkdfExpander::expand_slice
when
the slice exceeds the maximum HKDF output length.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputLengthError
impl RefUnwindSafe for OutputLengthError
impl Send for OutputLengthError
impl Sync for OutputLengthError
impl Unpin for OutputLengthError
impl UnwindSafe for OutputLengthError
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