Available on non-crate feature 
ferrocene_certified only.Expand description
Structs§
- Extract
If  - An iterator produced by calling 
extract_ifon LinkedList. - Into
Iter  - An owning iterator over the elements of a 
LinkedList. - Iter
 - An iterator over the elements of a 
LinkedList. - IterMut
 - A mutable iterator over the elements of a 
LinkedList. - Linked
List  - A doubly-linked list with owned nodes.
 - Cursor
Experimental  - A cursor over a 
LinkedList. - Cursor
Mut Experimental  - A cursor over a 
LinkedListwith editing operations.