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

Required Methods§

source

fn has_expired(&self) -> bool

Implementors§