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, and return in the else case.