Struct wasmer_runtime_core_fl::import::Namespace[][src]

pub struct Namespace { /* fields omitted */ }
Expand description

The top-level container for the two-level wasm imports

Implementations

Create a new empty Namespace.

Insert a new Export into the namespace with the given name.

Returns true if the Namespace contains the given name.

Trait Implementations

Gets an export by name.

Gets all exports in the namespace.

Maybe insert an Export by name into the namespace.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.