| Metadata | | | --- | --- | | Name | Type alias impl Trait initiative | | Owner | @oli-obk | | Liaison | @nikomatsakis | ## Purpose Defining and stabilizing "type alias impl trait": ```rust type Foo = impl Trait; ``` See [the explainer] for more details. [the explainer]: https://rust-lang.github.io/impl-trait-initiative/explainer/tait.html