[][src]Trait wasmer_runtime::types::LocalImport

pub trait LocalImport {
    type Local: TypedIndex;
    type Import: TypedIndex;
}

Trait that represents Local or Import.

Associated Types

type Local: TypedIndex

Local type.

type Import: TypedIndex

Import type.

Loading content...

Implementors

impl LocalImport for FuncIndex[src]

impl LocalImport for GlobalIndex[src]

impl LocalImport for MemoryIndex[src]

impl LocalImport for TableIndex[src]

Loading content...