Module type_info

Module type_info 

Source
🔬This is a nightly-only experimental API. (type_info #146922)
Expand description

MVP for exposing compile-time information about types in a runtime or const-eval processable way.

Structs§

FieldExperimental
Compile-time type information about fields of tuples, structs and enum variants.
TupleExperimental
Compile-time type information about tuples.
TypeExperimental
Compile-time type information.

Enums§

TypeKindExperimental
Compile-time type information.