Xandra Granade 🏳️⚧️ on Nostr: nprofile1q…0vyme I think I'm not understanding the `for<'a>` there correctly? It ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq7gdyhkh7kvf5vk8junsl8yltr5ux3ck7sqlf6nzceg52584uzcsss0vyme (nprofile…vyme) I think I'm not understanding the `for<'a>` there correctly? It naively seems like the fact that `'a` is missing in the left hand side of the bound `IntoLendingIterator: LendingIterator<Item<'a> = Self::Item<'a>>`, the lending iterator produced by that trait my yield items that life at least as long as any `'a`, which is more powerful even than `'static'?
I'm sure I'm missing something; curious to learn more about what's going on with those trait bounds!
I'm sure I'm missing something; curious to learn more about what's going on with those trait bounds!