Type Alias style::sharing::TypelessSharingCache
source · type TypelessSharingCache = SharingCacheBase<FakeCandidate>;
Aliased Type§
struct TypelessSharingCache {
entries: LRUCache<FakeCandidate, 32>,
}
Fields§
§entries: LRUCache<FakeCandidate, 32>