Result and Option Enums
Get an understanding of Rust’s Result and Option, harnessing them for effective error handling and safe value representation.
We'll cover the following
Rust has built-in enums that we can use for the following purposes:
Returning multiple generics (not simultaneously)
Returning something or nothing
The Result
enum
Let’s look at the same enums again:
Get hands-on with 1400+ tech skills courses.