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