Crate let_or_return
source ·Expand description
Convenient macro to extract a value via if let, and return in the else case.
Macros
- Extract a value via
if let, andreturnin the else case.
Convenient macro to extract a value via if let, and return in the else case.
if let, and return in the else case.