Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Dtranslate.rs1754 pub struct PreInliningComponentTypes<'a> { struct
1755 types: &'a mut ComponentTypesBuilder,
1758 impl<'a> PreInliningComponentTypes<'a> { implementation
1778 impl TypeConvert for PreInliningComponentTypes<'_> { implementation