gll icon indicating copy to clipboard operation
gll copied to clipboard

Use the new explicit form of `impl Trait` to put `all` in a trait.

Open eddyb opened this issue 7 years ago • 0 comments

See https://github.com/rust-lang/rust/pull/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.

eddyb avatar Aug 29 '18 13:08 eddyb