What is Nostr?
npub1dvs…ttxk
2023-12-22 12:07:18

npub1dv…7ttxk on Nostr: #Rust 1.75 now has impl Trait in return position in traits! If I'm not wrong - am I ...

#Rust 1.75 now has impl Trait in return position in traits!

If I'm not wrong - am I wrong? - that means now it's possible to write #functors in an easy way.

And finally clean #generators :

impl Array2d for MyImage {
fn iter_pixels() -> impl Iterator {
self.0.iter().map(...)
}
}
Author Public Key
npub1dvsuqmzh4jsjerdszplqvxmgcxl8fwuknn7dd76m978uq2ac9t8qk7ttxk