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