ConnCache

Trait ConnCache 

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

Required Methods§

Source

fn conn(&mut self) -> &mut SqliteConnection

Source

fn cache(&self) -> &Cache

Implementors§