bookdata::goodreads::users

Type Alias UserIndex

Source
pub type UserIndex = IdIndex<String>;

Aliased Type§

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

Fields§

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