Type Definition bimap::BiMap

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

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