Enum sophon_wasm::interpreter::ExportEntryType [] [src]

pub enum ExportEntryType<'a> {
    Any,
    Function(FunctionSignature<'a>),
    Global(VariableType),
}

Export type.

Variants

Any type.

Type of function.

Type of global.

Trait Implementations

impl<'a> Debug for ExportEntryType<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Clone for ExportEntryType<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more