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]
type Error = Error
Serialization error produced by deserialization routine.
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>
Deserialize type from serial i/o