Struct quinn_proto::crypto::ExportKeyingMaterialError
source · pub struct ExportKeyingMaterialError;
Expand description
Error returned by Session::export_keying_material.
This error occurs if the requested output length is too large.
Trait Implementations§
source§impl Debug for ExportKeyingMaterialError
impl Debug for ExportKeyingMaterialError
impl Eq for ExportKeyingMaterialError
impl StructuralPartialEq for ExportKeyingMaterialError
Auto Trait Implementations§
impl Freeze for ExportKeyingMaterialError
impl RefUnwindSafe for ExportKeyingMaterialError
impl Send for ExportKeyingMaterialError
impl Sync for ExportKeyingMaterialError
impl Unpin for ExportKeyingMaterialError
impl UnwindSafe for ExportKeyingMaterialError
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