Enums§
Traits§
Type Aliases§
- Discriminant
- Field
Name - Field
Type Info - Type name and its decomposition into type ids.
Decomposition is defined recursively, starting from type id of the type
itself, followed by decompositions of its generic parameters, respectively.
For example, for
Vec<Vec<u8>>it will be[TypeId::of::<Vec<Vec<u8>>>(), TypeId::of::<Vec<u8>>(), TypeId::of::<u8>()]. - Type
Name - Variant
- Variant
Name