Enum wasmparser::ParserInput [] [src]

pub enum ParserInput {
    Default,
    SkipSection,
    SkipFunctionBody,
    ReadSectionRawData,
}

Variants

Trait Implementations

impl Debug for ParserInput
[src]

Formats the value using the given formatter.

impl Copy for ParserInput
[src]

impl Clone for ParserInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more