MCPcopy Create free account
hub / github.com/RustCrypto/utils / flush

Method flush

digest-io/src/io_wrapper.rs:17–19  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

15
16 #[inline]
17 fn flush(&mut self) -> io::Result<()> {
18 Ok(())
19 }
20}
21
22impl<T: XofReader> io::Read for IoWrapper<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected