type AtomCache = HashMap<CString, Atom>;

Aliased Type§

struct AtomCache {
    base: HashMap<CString, u64, RandomState, Global>,
}

Fields§

§base: HashMap<CString, u64, RandomState, Global>