Home
last modified time | relevance | path

Searched defs:DisplayFunctionSpec (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dfunction.rs492 pub struct DisplayFunctionSpec<'a>(&'a Function); struct
494 impl<'a> fmt::Display for DisplayFunctionSpec<'a> { implementation
500 impl<'a> fmt::Debug for DisplayFunctionSpec<'a> { implementation