Expand description
Traits used for the parsers.
Traits§
- Alpm
Parser - A trait for types that implement a parser.
- Parser
Until - A trait for types that can be parsed until a given delimiter parser matches.
- Parser
Until Inclusive - A trait for types that can be parsed until a given delimiter parser matches, while consuming that delimiter.
Functions§
- line_
ending_ 🔒or_ eof - Parses either a line ending or eof from an
input.