Trait robespierre_cache::HasCache[][src]

pub trait HasCache: Send + Sync {
    fn get_cache(&self) -> Option<&Cache>;
}

Required methods

Implementations on Foreign Types

Implementors