Trait foyer_common::code::Key

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

Object Safety§

This trait is not object safe.

Implementors§

source§

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