Implemented in https://github.com/rust-lang/rust/pull/52024. ```rust existential type MyIter<T>: Iterator<Item = T>; ```
Implemented in rust-lang/rust#52024.