Module non_empty_collections::index_map[][src]

Non-empty hash map implementation.

Structs

IntoIter

A type produced by NonEmptyIndexMap::into_iter.

NonEmptyIndexMap

A wrapper around ::indexmap::IndexMap that is guaranteed to have at least one element by the Rust's type system.

Enums

Entry

A map's entry.