pub type SparseRcIndexMap<'a, K, V> = SparseIndexMap<'a, K, V, RcFamily>;Expand description
SparseIndexMap specialized to the RcFamily.
Aliased Typeยง
struct SparseRcIndexMap<'a, K, V> { /* private fields */ }pub type SparseRcIndexMap<'a, K, V> = SparseIndexMap<'a, K, V, RcFamily>;SparseIndexMap specialized to the RcFamily.
struct SparseRcIndexMap<'a, K, V> { /* private fields */ }