pub trait Caller<K> { fn ttl() -> u8; fn call(&self, key: &K); fn fail(&self, key: &K); }
Time-To-Live