[][src]Trait holochain_wasmer_host::prelude::types::LocalImport

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

Trait that represents Local or Import.

Associated Types

type Local: TypedIndex[src]

Local type.

type Import: TypedIndex[src]

Import type.

Loading content...

Implementors

Loading content...