pub trait LendingIteratorඞItem<'next, Bounds = &'next Self> {
    type T;
}
Expand description

⚠️ NEVER NAME THIS TRAIT DIRECTLY ⚠️ Implementation detail of #[gat] trait LendingIterator.

  • ⚠️ The exact name of this trait may change within semver-compatible releases ⚠️

The only reason this trait is even exposed to begin with is because of the notable_trait feature greatly improving the readability of LendingIterator’s adapters.

Required Associated Types

The “output” of this whole hand-rolled GAT: think of LendingIteratorඞItem<'lt>::T as of LendingIterator::Item<'lt>.

⚠️ NEVER NAME THIS TRAIT OR ASSOC TYPE DIRECTLY ⚠️ yadda yadda.

Implementations on Foreign Types

Implementors