Struct parity_wasm::elements::Local [] [src]

pub struct Local { /* fields omitted */ }

Local definition inside the function body.

Methods

impl Local
[src]

New local with count and value_type.

Number of locals with the shared type.

Type of the locals.

Trait Implementations

impl Debug for Local
[src]

Formats the value using the given formatter.

impl Deserialize for Local
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for Local
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o