(&mut self)
| 111 | |
| 112 | impl<D: Digest + Reset, R: io::Read> Reset for HashReader<D, R> { |
| 113 | fn reset(&mut self) { |
| 114 | Digest::reset(&mut self.hasher) |
| 115 | } |
| 116 | } |
| 117 | |
| 118 | impl<D: Digest, R: io::BufRead> HashReader<D, R> { |
nothing calls this directly
no outgoing calls
no test coverage detected