Module std::collections::linked_list  
1.0.0 · source · Expand description
Structs§
- An owning iterator over the elements of aLinkedList.
- An iterator over the elements of aLinkedList.
- A mutable iterator over the elements of aLinkedList.
- A doubly-linked list with owned nodes.
- CursorExperimentalA cursor over aLinkedList.
- CursorMutExperimentalA cursor over aLinkedListwith editing operations.
- ExtractIfExperimentalAn iterator produced by callingextract_ifon LinkedList.