Skip to main content

LruValue

Trait LruValue 

Source
pub trait LruValue: Send + Sync { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: Send + Sync> LruValue for T