Expand description
Contains different type information types.
Re-exports§
pub use attribute::AttributeInfo;pub use attribute::AttributesInfo;pub use complex::AnyAttributeInfo;pub use complex::AnyInfo;pub use complex::ComplexInfo;pub use complex::GroupInfo;pub use dynamic::DynamicInfo;pub use element::ElementInfo;pub use element::ElementMode;pub use element::ElementsInfo;pub use enumeration::EnumerationInfo;pub use enumeration::VariantInfo;pub use reference::ReferenceInfo;pub use union::UnionInfo;pub use union::UnionTypeInfo;pub use union::UnionTypesInfo;
Modules§
- attribute
- Contains the
AttributeInfotype information and all related types. - complex
- Contains the
ComplexInfotype information and all related types. - dynamic
- Contains the
DynamicInfotype information and all related types. - element
- Contains the
ElementInfotype information and all related types. - enumeration
- Contains the
EnumerationInfotype information and all related types. - reference
- Contains the
ReferenceInfotype information and all related types. - union
- Contains the
UnionInfotype information and all related types.
Enums§
- Base
- Describes the base type information of a specific type information.