let_or_return 1.0.2

Convenient macro to extract a value via `if let`, and `return` in the else case
Documentation

let_or_return

maintenance-status Crates.io docs.rs CI Crates.io

⚠️ This crate is deprecated. Use the let-else statement instead.

Convenient Rust macro to extract a value via if let, and return in the else case.

See doc.rs documentation