Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
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.