pub trait CacheSelector<'tcx, V> {
    type Cache
    where
        V: Clone
; type ArenaCache; }

Required Associated Types§

Implementors§