pub(crate) trait ParseGuard { // Required method fn eat<'db>(self, db: &'db dyn Db, parser: &mut Parser<'_, 'db>) -> bool; }