ListNode
kernel
0.2.3-dev
List
Node
Required Methods
next
Implementors
In kernel::
collections::
list
kernel
::
collections
::
list
Trait
List
Node
Copy item path
Source
pub trait ListNode<'a, T: ?
Sized
> { // Required method fn
next
(&'a self) -> &'a
ListLink
<'a, T>; }
Required Methods
§
Source
fn
next
(&'a self) -> &'a
ListLink
<'a, T>
Implementors
§