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

Required Methods

Implementors