Type Alias PingQueryResult

Source
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),
}

Variants§

§1.0.0

Ok(Duration)

Contains the success value

§1.0.0

Err(ProbeError)

Contains the error value