Improve your Error Handling in Rust
Table of contents:
Rust shortcut for propagating errors
Use a custom ErrorKind
Alias is cool for 'Result'
Rust shortcut for propagating errors
This functionality is so basic in Rust Error Handling that everyone should know it. I included it in t...
denizuzuntok.hashnode.dev4 min read