collections
::
linked_list
collections
::
linked_list
::
Link
[
−
]
[src]
type Link<T> =
Option
<
Box
<
Node
<T>>>;