pub type AuthorTable = HashMap<String, AuthorInfo>;

Aliased Type§

struct AuthorTable {
    base: HashMap<String, AuthorInfo, RandomState>,
}

Fields§

§base: HashMap<String, AuthorInfo, RandomState>