(i: ModuleInternedTypeIndex)
| 360 | impl From<ModuleInternedTypeIndex> for EngineOrModuleTypeIndex { |
| 361 | #[inline] |
| 362 | fn from(i: ModuleInternedTypeIndex) -> Self { |
| 363 | Self::Module(i) |
| 364 | } |
| 365 | } |
| 366 | |
| 367 | impl From<VMSharedTypeIndex> for EngineOrModuleTypeIndex { |