Trait foyer_common::code::StorageValue
source · pub trait StorageValue: Value + 'static + Serialize + DeserializeOwned { }Expand description
Value trait for the disk cache.
Object Safety§
This trait is not object safe.
pub trait StorageValue: Value + 'static + Serialize + DeserializeOwned { }Value trait for the disk cache.