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