rustfmt_nightly::expr

Function format_expr

Source
pub(crate) fn format_expr(
    expr: &Expr,
    expr_type: ExprType,
    context: &RewriteContext<'_>,
    shape: Shape,
) -> Result<String, RewriteError>