style::sharing

Type Alias TypelessSharingCache

Source
type TypelessSharingCache = SharingCacheBase<FakeCandidate>;

Aliased Type§

struct TypelessSharingCache {
    entries: LRUCache<FakeCandidate, 32>,
}

Fields§

§entries: LRUCache<FakeCandidate, 32>

Implementations

Source§

impl<Candidate> SharingCacheBase<Candidate>

Source

fn clear(&mut self)

Source

fn is_empty(&self) -> bool

Trait Implementations

Source§

impl<Candidate> Default for SharingCacheBase<Candidate>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more