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
{{ message }}
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
Issue by epage
Tuesday Nov 16, 2021 at 15:07 GMT
Originally opened as clap-rs/clap#3032
Building off of #2769 / #3023, we should allow inferring trait bounds.
So instead of
The user does
like they do with when deriving
Copy
,Clone
, serde types, etc.See https://serde.rs/attr-bound.html for some inspiration on issues to deal with.
The text was updated successfully, but these errors were encountered: