Expand description

An intrusive doubly-linked list.

See the List type for details.

Structs

A cursor over a List.

A cursor over a List with editing operations.

An iterator returned by List::drain_filter.

An owning iterator over the elements of a List.

Iterates over the items in a List by reference.

Iterates over the items in a List by mutable reference.

Links to other nodes in a List.

An intrusive doubly-linked list.