rustfmt_nightly::stmt

Function format_stmt

Source
fn format_stmt(
    context: &RewriteContext<'_>,
    shape: Shape,
    stmt: &Stmt,
    expr_type: ExprType,
    is_last_expr: bool,
) -> Result<String, RewriteError>