(&mut self)
| 1845 | } |
| 1846 | |
| 1847 | async fn flush(&mut self) -> Result<State, io::Error> { |
| 1848 | self.conn.flush().await?; |
| 1849 | Ok(State::Ready) |
| 1850 | } |
| 1851 | |
| 1852 | /// Sends a backend message to the client, after applying a severity filter. |
| 1853 | /// |
no outgoing calls
no test coverage detected