pub fn add_trait_bounds(generics: &mut Generics, trait_: TokenStream)
Expand description

Add a bound T: trait_ to every type parameter T.