pub type UserIndex = IdIndex<String>;
struct UserIndex { map: HashMap<String, i32>, frozen: bool, }
map: HashMap<String, i32>
frozen: bool