Module tokens

Source
Expand description

Tokens for the parser.

Structs§

Index
Index used for arrays and objects. Internally mapped to a usize with the newtype pattern.
Lens
Lens used for LensSelector. Internally mapped to a tuple of a slice of Token and Option of LensValue.
Range
Range used for arrays and objects. Internally mapped to a tuple of Option of Index.

Enums§

LensValue
Lens value type.
Token
Parser tokens type.

Traits§

View
Trait used to expose custom display methods.