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

Add IntoParams custom module support #163

Merged
merged 1 commit into from
Jun 12, 2022

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Jun 12, 2022

Add support for type deriving IntoParams so that it can be defined in another
module than the handler using it. Previously they needed to exists in
same module.

Add support for type deriving IntoParams so that it can be defined in another
module than the handler using it. Previously they needed to exists in
same module.
@juhaku juhaku force-pushed the fix-allow-into-params-type-different-module branch from ec72021 to 9efd147 Compare June 12, 2022 11:32
@juhaku juhaku linked an issue Jun 12, 2022 that may be closed by this pull request
@juhaku juhaku merged commit 597fab6 into master Jun 12, 2022
@juhaku juhaku deleted the fix-allow-into-params-type-different-module branch June 12, 2022 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

IntoParams doesn't work if not in the same file as handler
1 participant