hir_ty

Module generics

Source
Expand description

Utilities for working with generics.

The layout for generics as expected by chalk are as follows:

  • Optional Self parameter
  • Lifetime parameters
  • Type or Const parameters
  • Parent parameters

where parent follows the same scheme.

Structs§

Functions§