rustfmt_nightly::pairs

Function rewrite_pairs_one_line

Source
fn rewrite_pairs_one_line<T: Rewrite>(
    list: &PairList<'_, '_, T>,
    shape: Shape,
    context: &RewriteContext<'_>,
) -> Option<String>