Module types

Source
Available on crate feature validate only.
Expand description

Types relating to type information provided by validation.

Structs§

CoreTypeId
Represents a unique identifier for a core type type known to a crate::Validator.
RecGroupId
Represents a unique identifier for a recursion group type known to a crate::Validator.
Types
Represents the types known to a crate::Validator once validation has completed.
TypesRef
Represents the types known to a crate::Validator during validation.

Enums§

EntityType
The entity type for imports and exports of a module.

Traits§

TypeData
A trait shared by all types within a Types.
TypeIdentifier
A trait shared by all type identifiers.