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