CacheKey

Trait CacheKey 

Source
pub trait CacheKey {
    // Required method
    fn cache_key(&self) -> String;
}

Required Methods§

Source

fn cache_key(&self) -> String

Implementations on Foreign Types§

Source§

impl CacheKey for &str

Source§

impl CacheKey for (&str, &str)

Source§

impl CacheKey for (&str, String)

Source§

impl CacheKey for String

Implementors§