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

ID interface.

Implementors