Struct heapless::sorted_linked_list::Node
source · pub struct Node<T, Idx> { /* private fields */ }
Expand description
A node in the SortedLinkedList
.
pub struct Node<T, Idx> { /* private fields */ }
A node in the SortedLinkedList
.