Enum parity_wasm::interpreter::ExportEntryType [] [src]

pub enum ExportEntryType {
    Any,
    Function(FunctionType),
    Global(VariableType),
}

Export type.

Variants

Any type.

Type of function.

Type of global.

Trait Implementations

impl Debug for ExportEntryType
[src]

Formats the value using the given formatter.

impl Clone for ExportEntryType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more