collections
::
linked_list
Structs
IntoIter
Iter
IterMut
LinkedList
Node
Rawlink
Functions
assert_covariance
link_no_prev
collections
::
linked_list
::
Link
[
−
]
[src]
type Link<T> =
Option
<
Box
<
Node
<T>>>;