Great to see the progress here. The one I'm really looking forward to is 'impl trait'.[0]
My understanding is this will allow returning trait implementations (such as Iterator) without resorting either to dynamic dispatch or leaking the concrete type.
My understanding is this will allow returning trait implementations (such as Iterator) without resorting either to dynamic dispatch or leaking the concrete type.
[0] https://github.com/rust-lang/rust/issues/34511