Hacker News new | ask | show | jobs
by mwcz 176 days ago
The best part of try blocks is the ability to use the ? operator within them. Any block can return a result, but only function blocks (and try blocks) can propagate an Err with the ? operator.