Enum libp2p_core::transport::timeout::TransportTimeoutError [−][src]
pub enum TransportTimeoutError<TErr> {
Timeout,
TimerError(Error),
Other(TErr),
}Error that can be produced by the TransportTimeout layer.
Variants
The transport timed out.
TimerError(Error)An error happened in the timer.
Other kind of error.
Trait Implementations
impl<TErr: Debug> Debug for TransportTimeoutError<TErr>[src]
impl<TErr: Debug> Debug for TransportTimeoutError<TErr>[src]impl<TErr> Display for TransportTimeoutError<TErr> where
TErr: Display, [src]
impl<TErr> Display for TransportTimeoutError<TErr> where
TErr: Display, [src]Auto Trait Implementations
impl<TErr> !RefUnwindSafe for TransportTimeoutError<TErr>
impl<TErr> Send for TransportTimeoutError<TErr> where
TErr: Send,
TErr: Send,
impl<TErr> Sync for TransportTimeoutError<TErr> where
TErr: Sync,
TErr: Sync,
impl<TErr> Unpin for TransportTimeoutError<TErr> where
TErr: Unpin,
TErr: Unpin,