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