-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add template types to Result #6749
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 template types to Result #6749
Conversation
I think if the code is
But if we can set return type, it should be |
This one can be added at any point as a bugfix/tech-debt change so no need to rush it for 4.3. |
2c1d5bb
to
9bdce75
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Lots more baseline cleanup, makes me happy 🤗
Description
Make ResultInterface a generic type.
Checklist: