Expand description
The traits module defines different public traits that are not specific to
a special module and are used generally in xsd-parser
Traitsยง
- Name
Builder - This trait defines a builder for building type names.
- Name
Builder Ext - Helper trait that provides additional builder patterns to the
NameBuilder. - Name
Fallback - Helper trait used in
NameBuilderExt::orandNameBuilderExt::or_elseto define what can be used as fallback for a name. - Naming
- This trait defined how names are generated and formatted in
xsd-parser. - VecHelper
- Helper trait that implements additional methods for vectors.
- With
Ident - Helper trait that adds name information to the implementing object.