logo
pub trait IdInterface: Debug + Clone + Copy + PartialEq<Self> + Eq + Hash { }
Expand description

ID interface.

Implementors