pub type PingResult = Result<PingSuccess, PingFailure>;
Expand description
The result of an inbound or outbound ping.
Aliased Type§
pub enum PingResult {
Ok(PingSuccess),
Err(PingFailure),
}
pub type PingResult = Result<PingSuccess, PingFailure>;
The result of an inbound or outbound ping.
pub enum PingResult {
Ok(PingSuccess),
Err(PingFailure),
}