Enum wasmparser::NameType[][src]

pub enum NameType {
    Module,
    Function,
    Local,
}

Variants

Trait Implementations

impl Debug for NameType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NameType

impl Sync for NameType