pub trait DbWithJar<J>: HasJar<J> + Database { fn as_jar_db<'db>(&'db self) -> &'_ <J as Jar<'db>>::DynDb where J: Jar<'db>; }