[][src]Macro if_let_return::if_let_ok

macro_rules! if_let_ok {
    ($var:pat = $value:expr, $else_value:expr) => { ... };
}