Struct parity_wasm::elements::ImportSection [] [src]

pub struct ImportSection(_);

Section of the imports definition.

Methods

impl ImportSection
[src]

New import section with provided types

List of import entries.

List of import entries (mutable).

Trait Implementations

impl Debug for ImportSection
[src]

Formats the value using the given formatter.

impl Default for ImportSection
[src]

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

impl Deserialize for ImportSection
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for ImportSection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o