☰
Trait CacheSelector
Associated Types
Cache
Implementors
Other items in
rustc_query_system
::
query
::
caches
All crates
?
Trait
rustc_query_system
::
query
::
caches
::
CacheSelector
[
−
]
[src]
pub trait CacheSelector<K, V> { type
Cache
; }
Associated Types
[src]
type
Cache
Implementors
[src]
impl<'tcx, K:
Eq
+
Hash
, V: 'tcx>
CacheSelector
<K, V> for
ArenaCacheSelector
<'tcx>
type
Cache
=
ArenaCache
<'tcx, K, V>
[src]
impl<K:
Eq
+
Hash
, V:
Clone
>
CacheSelector
<K, V> for
DefaultCacheSelector
type
Cache
=
DefaultCache
<K, V>