fn print_where_clause_and_check<'a, 'tcx: 'a>( buffer: &mut Buffer, gens: &'a Generics, cx: &'a Context<'tcx>, ) -> bool
Calls print_where_clause and returns true if a where clause was generated.
print_where_clause
true
where