Macro if_chain::if_chain[][src]

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

Macro for writing nested if let expressions.

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