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
Error handling with unwrap isnt a great idea if an error accours the programm will panic instead of ending the error gracefully. Recommending using ? for error handling.
The text was updated successfully, but these errors were encountered:
Error handling with unwrap isnt a great idea if an error accours the programm will panic instead of ending the error gracefully. Recommending using ? for error handling.
The text was updated successfully, but these errors were encountered: