block_expr

Function block_expr 

Source
pub fn block_expr(
    stmts: impl IntoIterator<Item = Stmt>,
    tail_expr: Option<Expr>,
) -> BlockExpr