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.