[][src]Trait memory_lru::ResidentSize

pub trait ResidentSize {
    pub fn resident_size(&self) -> usize;
}

An indicator of the resident in memory of a value.

Required methods

pub fn resident_size(&self) -> usize[src]

Return the resident size of the value. Users of the trait will depend on this value to remain stable unless the value is mutated.

Loading content...

Implementors

Loading content...