Skip to main content

Value

Trait Value 

Source
pub trait Value:
    Send
    + Sync
    + 'static { }
Expand description

Value trait for the in-memory cache.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T: Send + Sync + 'static> Value for T