Trait twilight_cache_inmemory::UpdateCache[][src]

pub trait UpdateCache {
    fn update(&self, cache: &InMemoryCache) { ... }
}

Provided methods

Implementations on Foreign Types

Implementors