Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Pagination derive macro to support generic structs #70

Open
kevin-pease opened this issue May 8, 2024 · 0 comments · May be fixed by #83
Open

Extend Pagination derive macro to support generic structs #70

kevin-pease opened this issue May 8, 2024 · 0 comments · May be fixed by #83
Assignees
Labels
bug Something isn't working

Comments

@kevin-pease
Copy link
Contributor

Currently, when applying the pagination derive macro to a struct that uses one or more generic types, the compiler throws an error. It seems like generics aren't handled by the macro yet.

@kevin-pease kevin-pease added the bug Something isn't working label May 8, 2024
@kevin-pease kevin-pease self-assigned this Jun 3, 2024
@kevin-pease kevin-pease linked a pull request Jun 3, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant