Module error

Module error 

Source
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_implstd
Standard library specific implementations for error types

Structs§

ParseError
Unrecoverable parsing error
UnrecognizedToken
Parsing failure due to an unrecognized attribute or enum discriminator

Enums§

ParseFailure
Value’s failed parsing result