Struct parity_wasm_cp::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.

Deserialize type from serial i/o

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

Performs the conversion.

Auto Trait Implementations

impl Send for Unparsed

impl Sync for Unparsed