Function rustdoc::html::format::print_where_clause [−][src]
pub(crate) fn print_where_clause<'a, 'tcx: 'a>(
gens: &'a Generics,
cx: &'a Context<'tcx>,
indent: usize,
end_newline: bool
) -> impl Display + 'a + Captures<'tcx>
Expand description
- The Generics from which to emit a where-clause.
- The number of spaces to indent each line with.
- Whether the where-clause needs to add a comma and newline after the last bound.