dealing with the Option and Result enum Posted on September 1, 2021 A thorough understanding of the Option enum and the Result enum are essential to understanding optional values and error handling in Rust. In this ariticle, I will work my way through both of them. Introduction To understand the Option and the Result, it is important to understand the following: the enum in Rust matching enum vari