Function rustfmt_nightly::stmt::format_stmt

source ·
fn format_stmt(
    context: &RewriteContext<'_>,
    shape: Shape,
    stmt: &Stmt,
    expr_type: ExprType,
    is_last_expr: bool
) -> Option<String>