Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtype_registry.rs89 pub struct TypeCollection { struct
96 impl Debug for TypeCollection { argument
98 let TypeCollection { in fmt() localVariable
120 ) -> Result<TypeCollection, OutOfMemory> in register_and_canonicalize_types()
181 impl TypeCollection { implementation
215 impl Drop for TypeCollection { implementation
1361 fn unregister_type_collection(&mut self, collection: &TypeCollection) { in unregister_type_collection()
H A Dcode.rs132 signatures: TypeCollection, in new()
155 pub fn signatures(&self) -> &TypeCollection { in signatures()
H A Dmodule.rs659 pub(crate) fn signatures(&self) -> &crate::type_registry::TypeCollection { in signatures()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs500 pub(crate) fn signatures(&self) -> &TypeCollection { in signatures()