Searched refs:WasmContType (Results 1 – 1 of 1) sorted by relevance
868 pub struct WasmContType(EngineOrModuleTypeIndex); struct870 impl fmt::Display for WasmContType { implementation876 impl WasmContType { implementation879 WasmContType(idx) in new()892 impl TypeTrace for WasmContType { implementation1201 Cont(WasmContType),1291 pub fn as_cont(&self) -> Option<&WasmContType> { in as_cont() argument1299 pub fn unwrap_cont(&self) -> &WasmContType { in unwrap_cont() argument1462 pub fn as_cont(&self) -> Option<&WasmContType> { in as_cont() argument1471 pub fn unwrap_cont(&self) -> &WasmContType { in unwrap_cont() argument[all …]