(&self)
| 118 | } |
| 119 | |
| 120 | pub fn stop_ping_timer(&self) -> impl Future<Output = ()> + use<> { |
| 121 | self.send_ping_msg(PingMessage::StopTimer) |
| 122 | } |
| 123 | |
| 124 | pub fn update_ping_time(&self) -> impl Future<Output = ()> + use<> { |
| 125 | self.send_ping_msg(PingMessage::Ping) |
no test coverage detected