Trait Cacheable

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

Required Associated Types§

Implementors§