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
darling should support any of its traits being derived on generic types.
Like the built-in derive offerings, darling should automatically bound its trait implementations rather than requiring the base type to have those bounds.
The text was updated successfully, but these errors were encountered:
darling
should support any of its traits being derived on generic types.Like the built-in
derive
offerings, darling should automatically bound its trait implementations rather than requiring the base type to have those bounds.The text was updated successfully, but these errors were encountered: