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