pub trait IsCached {
    // Required method
    fn is_cached(&self) -> bool;
}

Required Methods§

source

fn is_cached(&self) -> bool

Implementors§