pub trait ConnCache { // Required methods fn conn(&mut self) -> &mut SqliteConnection; fn cache(&self) -> &Cache; }