gll
gll copied to clipboard
Use the new explicit form of `impl Trait` to put `all` in a trait.
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.