pub trait Lifetime<'a, ImplicitBounds: Sealed = Bounds<&'a Self>> {
type Item;
}Expand description
Provides the associated item for LendingIterator, similar to Iterator::Item.
See LendingIterator for more.
pub trait Lifetime<'a, ImplicitBounds: Sealed = Bounds<&'a Self>> {
type Item;
}Provides the associated item for LendingIterator, similar to Iterator::Item.
See LendingIterator for more.