We should allow implementing traits on function types. NamedGenerics will also eventually be possible once we support generics impl<T> Foo for T
but it's fine not to include these until we do.
#2998
Labels
enhancement
New feature or request
We should allow implementing traits on function types. NamedGenerics will also eventually be possible once we support generics
impl<T> Foo for T
but it's fine not to include these until we do.Originally posted by @jfecher in #2964 (comment)
The text was updated successfully, but these errors were encountered: