Home
last modified time | relevance | path

Searched refs:entity_type (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes_builder.rs390 self.entity_type(types, ty)?, in convert_module()
396 .insert(name.clone(), self.entity_type(types, ty)?); in convert_module()
401 fn entity_type( in entity_type() method