Trait lru2::Cacheable [] [src]

pub trait Cacheable {
    type UpperKey: PartialEq + Copy;
    type LowerKey: PartialEq;
    type Payload;
}

Associated Types

Implementors