pub trait DbCache {
    // Required method
    fn get_cache_name() -> String;
}

Required Methods§

Implementors§