Struct parity_wasm::elements::Unparsed [] [src]

pub struct Unparsed(pub Vec<u8>);

Unparsed part of the module/section

Trait Implementations

impl Deserialize for Unparsed
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl From<Unparsed> for Vec<u8>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Unparsed

impl Sync for Unparsed