Module hldemo::errors [] [src]

An error type wrapping nom's parsing errors and some glue between the two.

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

iresult_into_result

Converts nom::IResult<I, O, parse::Error> into a Result<O>, preserving the parse error chain.

Type Definitions

Result

Convenient wrapper around std::Result.