Type Definition libp2p::ping::PingResult[][src]

type PingResult = Result<PingSuccess, PingFailure>;
Expand description

The result of an inbound or outbound ping.