pub trait CacheAcceptor<T> {
// Required method
fn accept(self, weak: WeakNode<T>);
}Expand description
An object which can accept a cache entry pointer
pub trait CacheAcceptor<T> {
// Required method
fn accept(self, weak: WeakNode<T>);
}An object which can accept a cache entry pointer