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
add a .members() function to darling::ast::Fields<T> that works like syn::Fields::members(). this is useful for not having to match on wether its named, unnamed or a unit struct
The text was updated successfully, but these errors were encountered:
add a
.members()
function todarling::ast::Fields<T>
that works likesyn::Fields::members()
. this is useful for not having to match on wether its named, unnamed or a unit structThe text was updated successfully, but these errors were encountered: