Crate generics_util

Source

Functionsยง

filter_generics
Creates a new Generics object containing only the parameters which are used (including transitively) anywhere in the given sequence of types (usage), and excluding those which are already in scope (context).
generics_as_args
Converts a Generics object to a corresponding PathArguments object.