Enum dlt_core::parse::DltParseError
source · [−]pub enum DltParseError {
Unrecoverable(String),
ParsingHickup(String),
IncompleteParse {
needed: Option<NonZeroUsize>,
},
}
Expand description
Errors that can happen during parsing
Variants
Unrecoverable(String)
ParsingHickup(String)
IncompleteParse
Fields
needed: Option<NonZeroUsize>
Trait Implementations
Performs the conversion.
Performs the conversion.
Creates an error from the input position and an ErrorKind
Creates an error from an input position and an expected character
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.