Module linked_list

Source

Structsยง

IntoIter
An owning iterator over the elements of a LinkedList.
Iter
An iterator over the elements of a LinkedList.
IterMut
A mutable iterator over the elements of a LinkedList.
LinkedList
A doubly-linked list with owned nodes.
Node ๐Ÿ”’