Expand description
Types related to the failure conditions of the parsing process.
The parsing failure can be indicated by ParseError, UnrecognizedToken, or
ParseFailure. See Parser for documentation on the relationship between
these types and how each is used in the parsing process
Re-exports§
pub use std_impl::*;std
Modules§
- std_
impl std - Standard library specific implementations for error types
Structs§
- Parse
Error - Unrecoverable parsing error
- Unrecognized
Token - Parsing failure due to an unrecognized attribute or enum discriminator
Enums§
- Parse
Failure - Value’s failed parsing result