Crate generics_util

Source

Enums§

Usage

Functions§

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