Expand description
An intrusive doubly-linked list.
See the List type for details.
Structs§
- A cursor over a
List. - A cursor over a
Listwith editing operations. - An iterator returned by
List::drain_filter. - An owning iterator over the elements of a
List. - Iterates over the items in a
Listby reference. - Iterates over the items in a
Listby mutable reference. - Links to other nodes in a
List. - An intrusive doubly-linked list.