Type Definition rnp::PingClientResult

source · []
pub type PingClientResult<T, E = PingClientError> = Result<T, E>;