Trait scsys_core::id::HashId

source ·
pub trait HashId: Identifier
where Self: Eq + Hash,
{ }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Id> HashId for Id
where Id: Eq + Identifier + Hash,