logo

Type Definition libp2p::ping::handler::PingResult

source · []
pub type PingResult = Result<PingSuccess, PingFailure>;
Expand description

The result of an inbound or outbound ping.