- Exception -> Rust's panic
Reality:
- Runtime assert -> Rust's panic
- Exception -> Rust's Result (ie error monad)
- Exception -> Rust's panic
Reality:
- Runtime assert -> Rust's panic
- Exception -> Rust's Result (ie error monad)