rust-si
rust-si copied to clipboard
try_scan action that returns None on error
It would be very convenient to have try_scan!(@impl or_none, ...)
to use in functions that return Option.
The current solutions only provide unwrapping and returning Result.