Trait foyer_memory::Key

source ·
pub trait Key: Send + Sync + 'static + Hash + Eq + Ord { }

Object Safety§

This trait is not object safe.

Implementors§

source§

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