pub type PingQueryResult = Result<Duration>;
Expand description
Ping query result type holding data about the ping duration and the string containg an optional version information of the pinged peer, if provided.
Aliased Type§
pub enum PingQueryResult {
Ok(Duration),
Err(ProbeError),
}