pub trait CacheValue: Clone + Send + Sync + 'static { }
Common bounds for cache values
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".