Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ fmt
Method
fmt
src/vol.rs:306–309 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
304
A: CanRead,
305
{
306
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result
307
{
308
f.debug_tuple(
"VOL"
).field(&self.read()).finish()
309
}
310
}
311
312
impl<R> fmt::Debug for VOL<R, Write>
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected