Return a handle to the index counter for this stream
(&self)
| 83 | |
| 84 | /// Return a handle to the index counter for this stream |
| 85 | pub fn index(&self) -> BatchIndex { |
| 86 | self.index.clone() |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | impl Stream for TestStream { |
no test coverage detected