Available on crate feature derive only.
Expand description

Helper module to compute the set of types that a type links to and expand it into the complete type graph.

Macros

  • Helper macro to expand a list of types, e.g. H, R1, R2, and an optional tail, .. @ T, into a set of types. This macro is used when implementing the ComputeTypeSet::Output associated type to specify the list of types a type links to.

Traits