Struct quinn_proto::crypto::ExportKeyingMaterialError [−][src]
pub struct ExportKeyingMaterialError;
Error returned by Session::export_keying_material.
This error occurs if the requested output length is too large.
Trait Implementations
impl Eq for ExportKeyingMaterialError[src]
impl Eq for ExportKeyingMaterialError[src]Auto Trait Implementations
impl RefUnwindSafe for ExportKeyingMaterialError
impl RefUnwindSafe for ExportKeyingMaterialErrorimpl Send for ExportKeyingMaterialError
impl Send for ExportKeyingMaterialErrorimpl Sync for ExportKeyingMaterialError
impl Sync for ExportKeyingMaterialErrorimpl Unpin for ExportKeyingMaterialError
impl Unpin for ExportKeyingMaterialErrorimpl UnwindSafe for ExportKeyingMaterialError
impl UnwindSafe for ExportKeyingMaterialErrorBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,