Expand description
This file groups everything which is linked to implementations about crate::types
Structs§
- Dummy item identifier that represents the current item when not ambiguous.
- A value of type
T
bound by the generic parameters of itemitem
. Used when dealing with multiple items at a time, to ensure we don’t mix up generics. - Visitor for the [Ty::substitute] function. This substitutes variables bound at the level where we start to substitute (level 0).
Traits§
- Types that are involved at the type-level and may be substituted around.