Expand description
Type path definition and conversion into tokens.
Structs§
- Type
Parameter - A generic type parameter
- Type
Path - An opaque struct representing a type path. The main usage of this is
to spit out as tokens in some
quote!{ ... }
macro; the inner structure should be unimportant.
Enums§
- Type
Path Inner - The type path to either a concrete type or a generic type parameter
- Type
Path Type - The path of a Concrete type