pub type ImportObject<T> = AsyncImportObject<T>;
Expand description
Defines an import object that contains the required import data used when instantiating a module.
An ImportObject instance is created with ImportObjectBuilder.
Aliased Type§
struct ImportObject<T>(/* private fields */);