☰
Trait LinkElem
Associated Types
LinkIndex
Required Methods
next
Implementors
Other items in
rustc_data_structures
::
vec_linked_list
All crates
?
Trait
rustc_data_structures
::
vec_linked_list
::
LinkElem
[
−
]
[src]
pub trait LinkElem { type
LinkIndex
:
Copy
; fn
next
(elem:
&
Self) ->
Option
<Self::
LinkIndex
>; }
Associated Types
[src]
type
LinkIndex
:
Copy
Required methods
[src]
fn
next
(elem:
&
Self) ->
Option
<Self::
LinkIndex
>
Implementors