Homepage
Change Theme ↓
Rusty
Lush
Monochrome
Login
Error handling
These pages will cover methods of error handling in Rust, consisting of:
The panic!() macro
The Option enum
The Result enum
« Back to Homepage
The panic!() macro »