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