You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
I have a function but it has to be passed to a library that im not in control of, meaning I can't just bubble up a Result to main and return it, i need to use panic!. Is there some way I can panic using a report instead of just a string
The text was updated successfully, but these errors were encountered:
I have a function but it has to be passed to a library that im not in control of, meaning I can't just bubble up a
Result
to main and return it, i need to usepanic!
. Is there some way I can panic using a report instead of just a stringThe text was updated successfully, but these errors were encountered: