Struct quinn_proto::TransportError [−][src]
Transport-level errors occur when a peer violates the protocol specification
Fields
code: CodeType of error
frame: Option<Type>Frame type that triggered the error
reason: StringHuman-readable explanation of the reason
Trait Implementations
impl From<Error> for ConnectionError[src]
impl From<Error> for ConnectionError[src]fn from(source: TransportError) -> Self[src]
impl From<Error> for ConnectionClose[src]
impl From<Error> for ConnectionClose[src]fn from(x: TransportError) -> Self[src]
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>,