pub type MapImpl<K, V> = HashMap<K, V>;
Type alias.
pub struct MapImpl<K, V> { /* private fields */ }