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.

Implementors§