Expand description
Structs§
- GroupID
Error - An error which can be returned when checking for a
GroupID’s validity.
Enums§
- GroupID
Error Kind - Enum to store the various types of errors that can cause invalidation of a
GroupID.
Constants§
- DELIMITER_
CLOSE_ GROUPID - The delimiter used at the end of a
GroupID. - DELIMITER_
ESCAPED_ CLOSE_ GROUPID - The escaped delimiter, which gets converted to
DELIMITER_CLOSE_GROUPIDwhen applied. - DELIMITER_
ESCAPED_ OPEN_ GROUPID - The escaped delimiter, which gets converted to
DELIMITER_OPEN_GROUPIDwhen applied. - DELIMITER_
OPEN_ GROUPID - The delimiter used at the start of a
GroupID.
Traits§
- GroupID
- Format and validation trait for
GroupIDs - GroupID
Changer - Used for
GroupIDmodifications on buildertrees.