Replies: 1 comment
-
You can have other choice, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, none of the methods in ApplicationHandler return any value, so when calling other methods that return a Result within an implementation, I have no choice but to use
unwrap
.It would be great if we could add an associated Error type to ApplicationHandler.
Beta Was this translation helpful? Give feedback.
All reactions