Type Alias bookdata::goodreads::users::UserIndex

source ·
pub type UserIndex = IdIndex<String>;

Aliased Type§

struct UserIndex {
    map: HashMap<String, i32>,
    frozen: bool,
}

Fields§

§map: HashMap<String, i32>§frozen: bool