Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ IoWrapper
Class
IoWrapper
digest-io/src/io_wrapper.rs:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
/// and to read data from a [`XofReader`] implementor.
6
#[derive(Debug)]
7
pub struct IoWrapper<T>(pub T);
8
9
impl<T: Update> io::Write for IoWrapper<T> {
10
#[inline]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected