Trait sequential_storage::cache::KeyCacheImpl
source · pub trait KeyCacheImpl<KEY: Eq>: CacheImpl + PrivateKeyCacheImpl<KEY> { }
Expand description
Trait implemented by all cache types that know about keys
Object Safety§
This trait is not object safe.