#[gat]Expand description
Using this attribute is needed when implementing LendingIterator for your
own types, as well as for reëxporting the LendingIterator trait,
itself, in a way that remains compatible with further downstream
implementations down the line: #[gat(Item)] use …::LendingIterator;.
- See the documentation of
#[::nougat::gat]for more info about this.