Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ fmt
Method
fmt
src/entity/set.rs:280–282 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
278
T: EntityRef + fmt::Debug,
279
{
280
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
281
f.debug_set().entries(self.iter()).finish()
282
}
283
}
284
285
#[cfg(feature =
"serde"
)]
Callers
nothing calls this directly
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected