Expand description
§Instance
Provide two out-of-the-box implementations of id generators:
IdInstance: a instance with only one generator. See examples/single.rs for usage example.IdVecInstance: a instance with multiple generators. See examples/multiple.rs for usage example.
Structs§
- IdInstance
- Instance of only one generator
- IdVec
Instance - Instance of multiple generators contained in a vector