Modules
- Macros.
Macros
- Implements the
Showtrait for $($T)+ using the existing trait$trait. - Runs the parser with the given name and input, then [
parsers::eof()]. - Returns the context from the current mark to the input position inclusive.
- Return the mark at the current parsing position.
- Returns an
Err(ParseError::new($e)). Can used likeformat!as well. - Returns the last marker that was set.
- Sets the marker to the current position.
- Runs a parser returning
Someif it succeeds orNoneotherwise.