[−][src]Trait wasmer_runtime::types::LocalImport
Trait that represents Local or Import.
Trait that represents Local or Import.
impl LocalImport for FuncIndex[src]type Local = LocalFuncIndextype Import = ImportedFuncIndeximpl LocalImport for GlobalIndex[src]type Local = LocalGlobalIndextype Import = ImportedGlobalIndeximpl LocalImport for MemoryIndex[src]type Local = LocalMemoryIndextype Import = ImportedMemoryIndeximpl LocalImport for TableIndex[src]type Local = LocalTableIndextype Import = ImportedTableIndex