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

pub type PingResult = Result<Success, Failure>;
Expand description

The result of an inbound or outbound ping.