Struct parity_wasm::elements::FunctionType [] [src]

pub struct FunctionType { /* fields omitted */ }

Function signature type.

Methods

impl FunctionType
[src]

New function type given the signature in-params(params) and return type (return_type)

Function form (currently only valid value is 0x60)

Parameters in the function signature.

Mutable parameters in the function signature.

Return type in the function signature, if any.

Mutable type in the function signature, if any.

Trait Implementations

impl Default for FunctionType
[src]

Returns the "default value" for a type. Read more

impl Deserialize for FunctionType
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for FunctionType
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o