Home
last modified time | relevance | path

Searched defs:CountingStream (Results 1 – 1 of 1) sorted by relevance

/external/bazelbuild-rules_rust/examples/sys/basic/src/
Dmain.rs23 struct CountingStream<R: Read> { struct
28 impl<R: Read> CountingStream<R> { argument
34 impl<R: Read> Read for CountingStream<R> { implementation