Module exports

Source

Structs§

Exports
Exports is a special kind of map that allows easily unwrapping the types of instances.
ExportsIterator
An iterator over exports.

Enums§

ExportError
The ExportError can happen when trying to get a specific export Extern from the Instance exports.

Traits§

Exportable
This trait is used to mark types as gettable from an Instance.
ExportableWithGenerics
A trait for accessing exports (like Exportable) but it takes generic Args and Rets parameters so that TypedFunction can be accessed directly as well.