Struct wast::ModuleType [−][src]
pub struct ModuleType<'a> {
pub imports: Vec<Import<'a>>,
pub exports: Vec<ExportType<'a>>,
}A type for a nested module
Fields
imports: Vec<Import<'a>>The imports that are expected for this module type.
exports: Vec<ExportType<'a>>The exports that this module type is expected to have.
Trait Implementations
impl<'a> Clone for ModuleType<'a>[src]
impl<'a> Clone for ModuleType<'a>[src]fn clone(&self) -> ModuleType<'a>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> Default for ModuleType<'a>[src]
impl<'a> Default for ModuleType<'a>[src]