Value

Trait Value 

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

Value trait for the in-memory cache.

Implementors§

Source§

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