Function expr_match

Source
pub fn expr_match(
    expr: impl IntoExpr,
    arms: impl IntoIterator<Item = Arm>,
) -> ExprMatch