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§

ArrayExperimental
Compile-time type information about arrays.
BoolExperimental
Compile-time type information about bool.
CharExperimental
Compile-time type information about char.
FieldExperimental
Compile-time type information about fields of tuples, structs and enum variants.
FloatExperimental
Compile-time type information about floating-point types.
IntExperimental
Compile-time type information about signed and unsigned integer types.
ReferenceExperimental
Compile-time type information about references.
StrExperimental
Compile-time type information about string slice types.
TupleExperimental
Compile-time type information about tuples.
TypeExperimental
Compile-time type information.

Enums§

TypeKindExperimental
Compile-time type information.