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
I'm working on a project, that requires types to be transformed into an internal representation. Usually, this is done by calling .into() on the type. It would be awesome if the generated macro would support impl Into<FieldTy> parameters.
I'm working on a project, that requires types to be transformed into an internal representation. Usually, this is done by calling
.into()
on the type. It would be awesome if the generated macro would supportimpl Into<FieldTy>
parameters.I imagine something like this:
which would generate:
The text was updated successfully, but these errors were encountered: