Attribute Macro lending_iterator::gat

#[gat]
Expand description

#[::nougat::gat]

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;.