Crate seq_map

Crate seq_map 

Source

Structs§

OccupiedEntry
A view into an occupied entry in a SeqMap.
SeqMap
A deterministic map that preserves insertion order.
VacantEntry
A view into a vacant entry in a SeqMap.

Enums§

Entry
An entry into a SeqMap which may be either vacant or occupied.
SeqMapError
Errors that can occur when manipulating a SeqMap.