pub trait CacheSelector<K, V> {
    type Cache;
}

Required Associated Types

Implementors