Type Definition libp2p::ping::PingResult
source · [−]pub type PingResult = Result<PingSuccess, PingFailure>;
Expand description
The result of an inbound or outbound ping.
pub type PingResult = Result<PingSuccess, PingFailure>;
The result of an inbound or outbound ping.