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.