Structs
- A string slice representing a namespace.
- An owned Namespace.
- Used to scope a
Key
. Consists of a vector of zero or moreSegmentBuf
s. - A nonempty string slice that does not start or end with whitespace and does not contain any instances of
Scope::SEPARATOR
. - A nonempty string that does not start or end with whitespace and does not contain any instances of
Scope::SEPARATOR
.
Enums
- Represents all ways parsing a string as a
Segment
can fail.