fn fmt_where_clauses<'a, I>(clauses: I, indent: &'a str) -> impl Display + 'awhere I: IntoIterator, I::Item: Display,