Trait LruValue

Source
pub trait LruValue: Send + Sync { }

Implementors§

Source§

impl<T: Send + Sync> LruValue for T