Module prelude
Core concepts available for glob import
Including
- [
StreamIsPartial][crate::stream::StreamIsPartial] Parser
Example
use *;
Traits
-
ModalParser
Trait alias for
Parserto be used with [ModalResult][crate::error::ModalResult] - Parser Core trait for parsing
- _ Manipulate the how parsers respond to this error
-
_
The basic
Parsertrait for errors - _ Transforms a token into a char for basic string parsing
- _ Check if a token is in a set of possible tokens
- _ Core definition for parser input state
- _ Marks the input as being the complete buffer or a partial buffer for streaming input
Type Aliases
-
ModalResult
[Modal error reporting][ErrMode] for
Parser::parse_next