Module type_

Source
Expand description

Contains the Type type information and all related types.

Structs§

Type
Represents a type that was read and interpreted from an XML schema.

Enums§

BuildInInfo
Union that defined the build in types of the rust language or custom defined types.
TypeVariant
Actual data type a Type represents.

Traits§

TypeEq
Trait to check if two types are equal to each other or not.