Macro otter_api_tests::shapelib::if_chain[]

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.