Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs868 pub struct WasmContType(EngineOrModuleTypeIndex); struct
870 impl fmt::Display for WasmContType { implementation
876 impl WasmContType { implementation
879 WasmContType(idx) in new()
892 impl TypeTrace for WasmContType { implementation
1201 Cont(WasmContType),
1291 pub fn as_cont(&self) -> Option<&WasmContType> { in as_cont() argument
1299 pub fn unwrap_cont(&self) -> &WasmContType { in unwrap_cont() argument
1462 pub fn as_cont(&self) -> Option<&WasmContType> { in as_cont() argument
1471 pub fn unwrap_cont(&self) -> &WasmContType { in unwrap_cont() argument
[all …]