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

pub enum ParseAction {
    Continue,
    Stop,
    Error(Box<Error>),
}

Orders consumer sent to the parser after each consuming call.

Variants

Continue the parsing

Normally stop the parsing

Error out with the given error

Trait Implementations

impl Debug for Action
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for ParseAction

impl !Sync for ParseAction