Trait mz_ore::id_gen::IdGenerator
source · pub trait IdGenerator:
From<u8>
+ AddAssign
+ Sub
+ PartialOrd
+ Copy
+ Eq
+ Hash
+ Ord
+ Serialize
+ Display { }
Expand description
IdAllocator common traits.
Object Safety§
This trait is not object safe.