MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / FmtBy

Class FmtBy

crates/rustc_codegen_spirv/src/linker/specializer.rs:66–66  ·  view source on GitHub ↗

FIXME(eddyb) move this elsewhere.

Source from the content-addressed store, hash-verified

64
65// FIXME(eddyb) move this elsewhere.
66struct FmtBy<F: Fn(&mut fmt::Formatter<'_>) -> fmt::Result>(F);
67
68impl<F: Fn(&mut fmt::Formatter<'_>) -> fmt::Result> fmt::Debug for FmtBy<F> {
69 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 5

displayMethod · 0.85
display_with_infer_cxMethod · 0.85
debug_var_foundMethod · 0.85
debug_with_infer_cxMethod · 0.85

Calls

no outgoing calls

Tested by 5

displayMethod · 0.68
display_with_infer_cxMethod · 0.68
debug_var_foundMethod · 0.68
debug_with_infer_cxMethod · 0.68