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