Skip to main content

fmt_where_clauses

Function fmt_where_clauses 

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