Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitflags/bitflags
/ fmt
Method
fmt
src/parser.rs:88–90 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
86
B::Bits: WriteHex,
87
{
88
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
89
to_writer(self.0, f)
90
}
91
}
92
93
/**
Callers
nothing calls this directly
Calls
2
to_writer
Function · 0.85
Ok
Class · 0.85
Tested by
no test coverage detected