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
Some functions in the library do not implement error handling. It is better to return Result instead of panicking. Thus, any function that may fail should return Result.
The text was updated successfully, but these errors were encountered:
Some functions in the library do not implement error handling. It is better to return
Result
instead of panicking. Thus, any function that may fail should returnResult
.The text was updated successfully, but these errors were encountered: