☰
LinkElem
Required Associated Types
LinkIndex
Required Methods
next
Implementors
In rustc_data_structures::vec_linked_list
?
Trait
rustc_data_structures
::
vec_linked_list
::
LinkElem
source
·
[
−
]
pub trait LinkElem { type
LinkIndex
:
Copy
; fn
next
(elem:
&
Self) ->
Option
<Self::
LinkIndex
>; }
Required Associated Types
source
type
LinkIndex
:
Copy
Required Methods
source
fn
next
(elem:
&
Self) ->
Option
<Self::
LinkIndex
>
Implementors