Result in std::result - Rust

`Result` is a type that represents either success (`Ok`) or failure (`Err`).