Function rustfmt_nightly::expr::rewrite_paren

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