macro_rules! if_chain { ($($tt:tt)*) => { ... }; }
Macro for writing nested if let expressions.
if let
See the crate documentation for information on how to use this macro.