Module cursor
standard_
lib
0.1.0
Module cursor
Module Items
Structs
Enums
In standard_
lib::
collections::
linked
standard_lib
::
collections
::
linked
Module
cursor
Copy item path
Source
Structs
§
Cursor
A type
for
bi-directional traversal and mutation of
LinkedList
s. See
LinkedList::cursor_front
and
LinkedList::cursor_back
to create one.
Enums
§
State
An
enum
to represent the state of a
Cursor
.
State
Mut
An
enum
to represent the state of a
Cursor
while allowing
for
mutation.