Module hashlink::linked_hash_map
source · Structs§
- The
CursorMut
struct and its implementation provide the basic mutable Cursor API for Linked lists as proposed in here, with several exceptions: - A version of
HashMap
that has a user controllable order for its entries.