Trait salsa_2022::jar::Jar
source · [−]pub trait Jar<'db>: Sized {
type DynDb: ?Sized + HasJar<Self> + Database + 'db;
fn create_jar<DB>(routes: &mut Routes<DB>) -> Self
where
DB: JarFromJars<Self> + DbWithJar<Self>;
}