macro_rules! if_chain {
    ($($tt:tt)*) => { ... };
}
Expand description

Macro for writing nested if let expressions.

See the crate documentation for information on how to use this macro.