Trait cpclib_asm::parser::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§