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
For pagination, we always add the same 3 members to our structs. Since this is very repetitive, we could leverage a Macro here to omit boiler plated code.
However, it's not possible to leverage our current proc-macro for this. We should leverage an attribute-proc-macro.
For pagination, we always add the same 3 members to our structs. Since this is very repetitive, we could leverage a Macro here to omit boiler plated code.
However, it's not possible to leverage our current proc-macro for this. We should leverage an attribute-proc-macro.
See:
https://users.rust-lang.org/t/solved-derive-and-proc-macro-add-field-to-an-existing-struct/52307/4
Originally posted by @tluijken in #78 (comment)
The text was updated successfully, but these errors were encountered: