Skip to main content

Module traits

Module traits 

Source
Expand description

Traits used for the parsers.

Traits§

AlpmParser
A trait for types that implement a parser.
ParserUntil
A trait for types that can be parsed until a given delimiter parser matches.
ParserUntilInclusive
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.