Module type_path

Source
Expand description

Type path definition and conversion into tokens.

Structs§

TypeParameter
A generic type parameter
TypePath
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§

TypePathInner
The type path to either a concrete type or a generic type parameter
TypePathType
The path of a Concrete type