pub trait PongReceived {
    fn pong_received(&mut self, ping_time: Duration);
}

Required Methods§

Implementors§