Searched defs:CountingStream (Results 1 – 1 of 1) sorted by relevance
23 struct CountingStream<R: Read> { struct28 impl<R: Read> CountingStream<R> { argument34 impl<R: Read> Read for CountingStream<R> { implementation