pub trait NamedLanguageElementLongId { // Required method fn name(&self, db: &dyn DefsGroup) -> SmolStr; }