Skip to main content

CacheValue

Trait CacheValue 

Source
pub trait CacheValue:
    Serialize
    + DeserializeOwned
    + PartialEq
    + Eq
    + Clone { }
Expand description

Trait to be implemented for cache value.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§