Trait foyer_common::code::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