Enum rspirv::binary::ParseAction[][src]

pub enum ParseAction {
    Continue,
    Stop,
    Error(Box<dyn Error + Send>),
}
Expand description

Orders consumer sent to the parser after each consuming call.

Variants

Continue

Continue the parsing

Stop

Normally stop the parsing

Error(Box<dyn Error + Send>)

Error out with the given error

Tuple Fields of Error

0: Box<dyn Error + Send>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.