Function rustfmt_nightly::expr::rewrite_assignment

source ·
fn rewrite_assignment(
    context: &RewriteContext<'_>,
    lhs: &Expr,
    rhs: &Expr,
    op: Option<&BinOp>,
    shape: Shape
) -> Option<String>