Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ fmt
Method
fmt
block-buffer/src/lib.rs:88–90 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
86
87
impl fmt::Display for Error {
88
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> {
89
f.write_str(
"Block buffer error"
)
90
}
91
}
92
93
/// Buffer for block processing of data.
Callers
nothing calls this directly
Calls
2
get_data
Method · 0.80
get_pos
Method · 0.45
Tested by
no test coverage detected