pub trait Db: DbWithJar<Jar> {
    fn program(&self) -> Program<'_>;
}

Required Methods

Implementors