Available on crate feature
validate
only.Expand description
Types relating to type information provided by validation.
Structs§
- Core
Type Id - Represents a unique identifier for a core type type known to a
crate::Validator
. - RecGroup
Id - 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. - Types
Ref - Represents the types known to a
crate::Validator
during validation.
Enums§
- Entity
Type - The entity type for imports and exports of a module.
Traits§
- Type
Data - A trait shared by all types within a
Types
. - Type
Identifier - A trait shared by all type identifiers.