☰
CacheSelector
Required Associated Types
Cache
Implementors
In rustc_query_system::query::caches
?
Trait
rustc_query_system
::
query
::
caches
::
CacheSelector
source
·
[
−
]
pub trait CacheSelector<K, V> { type
Cache
; }
Required Associated Types
source
type
Cache
Implementors
source
impl<'tcx, K:
Eq
+
Hash
, V: 'tcx>
CacheSelector
<K, V> for
ArenaCacheSelector
<'tcx>
type
Cache
=
ArenaCache
<'tcx, K, V>
source
impl<K:
Eq
+
Hash
, V:
Clone
>
CacheSelector
<K, V> for
DefaultCacheSelector
type
Cache
=
DefaultCache
<K, V>