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(FunctionType)
Function type.
Trait Implementations
impl Deserialize for Type
[src]
impl Deserialize for Type
[src]