Module jql_parser::tokens
source · Expand description
Tokens for the parser.
Structs
Index
used for arrays and objects. Internally mapped to ausize
with the newtype pattern.Lens
used forLensSelector
. Internally mapped to a tuple ofOption
ofIndex
.Range
used for arrays and objects. Internally mapped to a tuple ofOption
ofIndex
.
Enums
- Lens value type.
- Parser tokens type.
Traits
- Trait used to expose custom display methods.