[][src]Module bimap::btree

A bimap backed by two BTreeMaps.

Structs

BiBTreeMap

A bimap backed by two BTreeMaps.

IntoIter

An owning iterator over the left-right pairs in a BiBTreeMap.

Iter

An iterator over the left-right pairs in a BiBTreeMap.

LeftValues

An iterator over the left values in a BiBTreeMap.

RightValues

An iterator over the right values in a BiBTreeMap.