Peek at the head of this stream without advancing it.
(&mut self)
| 1088 | |
| 1089 | /// Peek at the head of this stream without advancing it. |
| 1090 | pub async fn peek(&mut self) -> Option<&Result<FlightData, Status>> { |
| 1091 | Pin::new(&mut self.inner).peek().await |
| 1092 | } |
| 1093 | } |
| 1094 | |
| 1095 | impl Stream for PeekableFlightDataStream { |
no outgoing calls
no test coverage detected