Macrosยง
- try_opt
Deprecated - Helper macro for unwrapping
Option
values while returning early with an error if the value of the expression isNone
. Can only be used in functions that returnOption
because of the early return ofNone
that it provides.