Struct collections::linked_list::FrontPlace
[−]
[src]
#[must_use = "places do nothing unless written to with `<-` syntax"] pub struct FrontPlace<'a, T: 'a> { // some fields omitted }
A place for insertion at the front of a LinkedList
.
See LinkedList::front_place
for details.