Struct qp2p::TransportErrorCode [−][src]
pub struct TransportErrorCode(_);Expand description
An opaque error code indicating a transport failure.
This can be turned to a string via its Debug and Display impls, but is otherwise opaque.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TransportErrorCode
impl Send for TransportErrorCode
impl Sync for TransportErrorCode
impl Unpin for TransportErrorCode
impl UnwindSafe for TransportErrorCode
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more