Type Alias mz_ore::id_gen::IdGen

source ·
pub type IdGen = Gen<u64>;
Expand description

A generator of u64-bit IDs.

Aliased Type§

struct IdGen { /* private fields */ }