After moving from C++ to Rust for a while, I noticed how Result is useful. It forced me to handle errors better than try/catch, which lead m
Result
try/catch