Enum wasmparser::ImportSectionEntryType[][src]

pub enum ImportSectionEntryType {
    Function(u32),
    Table(TableType),
    Memory(MemoryType),
    Global(GlobalType),
}

Variants

Trait Implementations

impl Debug for ImportSectionEntryType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations