You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See rust-lang/rust#52650 - the main reason there's not a trait right now is because the all method returns -> impl Trait, and there wasn't a way of doing that in a trait impl.
The text was updated successfully, but these errors were encountered:
anyska
changed the title
Use the new explicit form of impl Trait to put many in a trait.
Use the new explicit form of impl Trait to put all in a trait.
Sep 18, 2018
See rust-lang/rust#52650 - the main reason there's not a trait right now is because the
all
method returns-> impl Trait
, and there wasn't a way of doing that in a trait impl.The text was updated successfully, but these errors were encountered: