studylog/rustlings-error-handling #49
Replies: 1 comment
-
THANK YOU SO MUCH! |
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
-
studylog/rustlings-error-handling
Most errors aren’t serious enough to require the program to stop entirely. Sometimes, when a function fails, it’s for a reason that you can easily interpret and respond to. Please take a look at Error Handling / Generics / Result / Boxing Errors You may find solution code for the topic from my repo.
https://lazyren.github.io/studylog/rustlings-error-handling.html
Beta Was this translation helpful? Give feedback.
All reactions