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_GROUPID
when applied. - DELIMITER_
ESCAPED_ OPEN_ GROUPID - The escaped delimiter, which gets converted to
DELIMITER_OPEN_GROUPID
when applied. - DELIMITER_
OPEN_ GROUPID - The delimiter used at the start of a
GroupID
.
Traits§
- GroupID
- Format and validation trait for
GroupID
s - GroupID
Changer - Used for
GroupID
modifications on buildertrees.