Module exports
Source - Exports
- Exports is a special kind of map that allows easily unwrapping
the types of instances.
- ExportsIterator
- An iterator over exports.
- ExportError
- The
ExportError can happen when trying to get a specific
export Extern from the Instance exports.
- 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.