To convert a Result to an Option, which method should you use?
Result
Option
.to_option()
.ok()
.into()
.as_option()