Module in_place::dummy_collections::linked_list
source · [−]Structs
stand in for std::collections::LinkedList
Occupied entry of a LinkedList.
Vacant entry of a LinkedList.
Type Definitions
An entry of a LinkedList. This is either DummyLinkedListOccupiedEntry
or DummyLinkedListVacantEntry
.