Struct wasmparser::BinaryReaderError [] [src]

pub struct BinaryReaderError {
    pub message: &'static str,
    pub offset: usize,
}

Fields

Trait Implementations

impl Debug for BinaryReaderError
[src]

Formats the value using the given formatter.

impl Copy for BinaryReaderError
[src]

impl Clone for BinaryReaderError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more