Struct naia_shared::KeyGenerator
source · pub struct KeyGenerator<K: From<u16> + Into<u16> + Copy> { /* private fields */ }Expand description
Simple implementation of a store that manages a recycling pool of u16 keys
pub struct KeyGenerator<K: From<u16> + Into<u16> + Copy> { /* private fields */ }Simple implementation of a store that manages a recycling pool of u16 keys