pub trait MinPingTime {
    fn min_ping_time(&self) -> Option<Duration>;
}

Required Methods§

Implementors§