Expand description
Tokens for the parser.
Structs§
- Index
Index
used for arrays and objects. Internally mapped to ausize
with the newtype pattern.- Lens
Lens
used forLensSelector
. Internally mapped to a tuple of a slice ofToken
andOption
ofLensValue
.- Range
Range
used for arrays and objects. Internally mapped to a tuple ofOption
ofIndex
.
Enums§
Traits§
- View
- Trait used to expose custom display methods.