Expand description
Unwrap the Result
or do the expression
Associated macros: unwrap_or_break
, unwrap_or_continue
, [unwrap_or_log
]
This crate is not recommend as let else
is stable in Rust 1.65.
Macrosยง
- unwrap_
or_ break - Unwrap
Result
or continue the loop - unwrap_
or_ continue - Unwrap
Result
or break the loop - unwrap_
or_ do - Unwrap
Result
or do the expression