Enum libp2p::ping::PingFailure [−][src]
An outbound ping failure.
Variants
The ping timed out, i.e. no response was received within the configured ping timeout.
The ping failed for reasons other than a timeout.
An outbound ping failure.
The ping timed out, i.e. no response was received within the configured ping timeout.
The ping failed for reasons other than a timeout.
impl !RefUnwindSafe for PingFailure
impl Send for PingFailure
impl !Sync for PingFailure
impl Unpin for PingFailure
impl !UnwindSafe for PingFailure