(&self)
| 114 | } |
| 115 | |
| 116 | pub fn start_ping_timer(&self) -> impl Future<Output = ()> + use<> { |
| 117 | self.send_ping_msg(PingMessage::StartTimer) |
| 118 | } |
| 119 | |
| 120 | pub fn stop_ping_timer(&self) -> impl Future<Output = ()> + use<> { |
| 121 | self.send_ping_msg(PingMessage::StopTimer) |
no test coverage detected