(&mut self)
| 286 | } |
| 287 | |
| 288 | fn flush(&mut self) -> Result<(), Self::Error> { |
| 289 | match self.connection.flush() { |
| 290 | Ok(v) => Ok(v), |
| 291 | Err(_) => Err(BleConnectorError::Unknown), |
| 292 | } |
| 293 | } |
| 294 | } |
nothing calls this directly
no outgoing calls
no test coverage detected