fn print_where_clause_and_check<'a, 'tcx: 'a>(
    buffer: &mut Buffer,
    gens: &'a Generics,
    cx: &'a Context<'tcx>
) -> bool
Expand description

Calls print_where_clause and returns true if a where clause was generated.