Open
Description
Metadata | |
---|---|
Name | impl Trait initiative |
Owner | nikomatsakis |
Lang team liaison | TBD |
Purpose
The impl trait initiative is exploring how to integrate the impl Trait
notation into Rust. impl Trait
is a general shorthand for "some type that implements Trait
" and our goal is to make it widely usable in every location within Rust where it makes sense (but not those where it doesn't), as well as to define the precise inference semantics and so forth.