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 for TransportTimeoutError<TErr> where
TErr: Debug,
[src]
impl<TErr> Debug for TransportTimeoutError<TErr> where
TErr: Debug,
[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,