LentItem

Type Alias LentItem 

Source
pub type LentItem<'lend, L> = <L as LendItem<'lend>>::Item;
Expand description

The item of a lending iterator, with a particular lifetime.

The lifetime can force the consumer to drop the item before obtaining a new item (which requires a mutable borrow to the iterator, invalidating the borrow of the previous item).