Function rustfmt_nightly::expr::rewrite_paren

source ยท
pub(crate) fn rewrite_paren(
    context: &RewriteContext<'_>,
    subexpr: &Expr,
    shape: Shape,
    span: Span,
) -> Option<String>