Struct comp_sci::data_structures::doubly_linked_list::Iter
[-]
[+]
[src]
pub struct Iter<'a, A: 'a> {
// some fields omitted
}An iterator over the references to the items of a DoublyLinkedList.