pub fn fmt_text_constant_rows<'a, I>(
    f: &mut Formatter<'_>,
    rows: I,
    ctx: &mut Indent
) -> Resultwhere
    I: Iterator<Item = (&'a Row, &'a Diff)>,