[][src]Trait wasmer_runtime_core_asml_fork::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

Loading content...