pub trait GetIdentifier { // Required method fn identifier(&self, db: &dyn SyntaxGroup) -> SmolStr; }