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