Trait cpclib_asm::parser::ParsingStateVerified
source · pub trait ParsingStateVerified {
// Required method
fn is_accepted(&self, state: &ParsingState) -> bool;
}
pub trait ParsingStateVerified {
// Required method
fn is_accepted(&self, state: &ParsingState) -> bool;
}