trait Db: salsa::DbWithJar {} #[salsa::jar(db = Db)] struct Jar(Keywords<'_>); #[salsa::interned] struct Keywords<'db> {}