Enum quinn_proto::transport_parameters::Error [−][src]
pub enum Error {
IllegalValue,
Malformed,
}Errors encountered while decoding TransportParameters
Variants
Parameters that are semantically invalid
Catch-all error for problems while decoding transport parameters
Trait Implementations
impl StructuralEq for Error[src]
impl StructuralEq for Error[src]impl StructuralPartialEq for Error[src]
impl StructuralPartialEq for Error[src]Auto Trait Implementations
impl RefUnwindSafe for Error
impl RefUnwindSafe for Errorimpl UnwindSafe for Error
impl UnwindSafe for ErrorBlanket 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>,