Function rustfmt_nightly::expr::rewrite_unary_suffix

source ยท
pub(crate) fn rewrite_unary_suffix<R: Rewrite>(
    context: &RewriteContext<'_>,
    suffix: &str,
    rewrite: &R,
    shape: Shape,
) -> Option<String>