Struct wasm_encoder::component::ModuleType [−][src]
pub struct ModuleType { /* fields omitted */ }
Expand description
Represents a module type.
Implementations
Define a type in this module type.
Defines an alias to an outer module in the module type.
Defines an export in the module type.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ModuleType
impl Send for ModuleType
impl Sync for ModuleType
impl Unpin for ModuleType
impl UnwindSafe for ModuleType
Blanket Implementations
Mutably borrows from an owned value. Read more