Module info

Source
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 AttributeInfo type information and all related types.
complex
Contains the ComplexInfo type information and all related types.
dynamic
Contains the DynamicInfo type information and all related types.
element
Contains the ElementInfo type information and all related types.
enumeration
Contains the EnumerationInfo type information and all related types.
reference
Contains the ReferenceInfo type information and all related types.
union
Contains the UnionInfo type information and all related types.

Enums§

Base
Describes the base type information of a specific type information.