Expand description
Traits required for parsing Traits required for parsing
Enums§
- Needed
- Contains information on needed data if a parser returned
Incomplete
Traits§
- Compare
- Abstracts comparison operations
- Input
Iter - Abstracts common iteration operations on the input type
- Input
Length - Abstract method to calculate the input length
- Input
Take - Abstracts slicing operations
- Parsable
Input - Trait used to ensure we can properly parse input
- Slice
- Slicing operations using ranges.
- Unspecialized
Input - Dummy trait used for default implementations (currently only used for
InputTakeAtPosition
andCompare
).