CacheKey

Trait CacheKey 

Source
pub trait CacheKey {
    type ValueType;

    // Required method
    fn key(&self) -> Cow<'_, str>;
}

Required Associated Types§

Required Methods§

Source

fn key(&self) -> Cow<'_, str>

Implementors§