Type Alias bookdata::cli::index_names::NameIndex

source ·
type NameIndex = HashMap<String, HashSet<u32>>;

Aliased Type§

struct NameIndex {
    base: HashMap<String, HashSet<u32>, RandomState>,
}

Fields§

§base: HashMap<String, HashSet<u32>, RandomState>