Enum parity_wasm::elements::Type [] [src]

pub enum Type {
    Function(FunctionType),
}

Type definition in types section. Currently can be only of the function type.

Variants

Function type.

Trait Implementations

impl Deserialize for Type
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for Type
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o