Function rustfmt_nightly::expr::rewrite_unary_prefix

source ·
pub(crate) fn rewrite_unary_prefix<R: Rewrite>(
    context: &RewriteContext<'_>,
    prefix: &str,
    rewrite: &R,
    shape: Shape
) -> Option<String>