Module jql_parser::tokens

source ·
Expand description

Tokens for the parser.

Structs

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

Enums

Traits

  • Trait used to expose custom display methods.