Hacker News new | ask | show | jobs
by nextaccountic 408 days ago
You can inspect error values in Rust, handle some errors, and bubble up others, with an ordinary match statement.

Exactly like try catch