cpclib_asm::parser

Trait ParsingStateVerified

Source
pub trait ParsingStateVerified {
    // Required method
    fn is_accepted(&self, state: &ParsingState) -> bool;
}

Required Methods§

Source

fn is_accepted(&self, state: &ParsingState) -> bool

Implementors§