Trait foyer_common::code::Key

source ·
pub trait Key:
    Send
    + Sync
    + 'static
    + Hash
    + Eq
    + PartialEq { }
Expand description

Key trait for the in-memory cache.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Send + Sync + 'static + Hash + Eq> Key for T