foyer_common::code

Trait StorageKey

source
pub trait StorageKey:
    Key
    + Serialize
    + DeserializeOwned { }
Expand description

Key trait for the disk cache.

Object Safety§

This trait is not object safe.

Implementors§