Macrosยง
- try_
some - Helper macro for unwrapping
Option
values while returning early from function if value isNone
.try_some!(expr)
should be used only if function return type isOption
andtry_some!(expr => return)
should be used only if function return type is()
.