Type Alias BiMap

Source
pub type BiMap<L, R> = BiHashMap<L, R>;
Expand description

Type definition for convenience and compatibility with older versions of this crate.

Aliased Typeยง

pub struct BiMap<L, R> { /* private fields */ }