Function rustfmt_nightly::vertical::rewrite_with_alignment

source ·
pub(crate) fn rewrite_with_alignment<T: AlignedItem>(
    fields: &[T],
    context: &RewriteContext<'_>,
    shape: Shape,
    span: Span,
    one_line_width: usize
) -> Option<String>