Post #2167973
2026-05-05 12:28 UTC
TIL that in addition to Option and Result, there's a third enum you can use in stable Rust with ?: https://doc.rust-lang.org/std/ops/enum.ControlFlow.html
#rust
Replies (1)
-
@diondokter@fosstodon.org 2026-05-05 13:00
@itamarst@hachyderm.io Anything that impls Try yes: https://doc.rust-lang.org/std/ops/trait.Try.html#implementors