Module parse_error

Source
Expand description

This contains error and result types that can happen while parsing Derivations from ATerm.

Structs§

NomError
Our own error type to pass along parser-related errors.

Enums§

ErrorKind

Functions§

into_nomerror 🔒
This essentially implements From<nom::Err<nom::error::Error<I>>> for nom::Err<NomError<I>>, which we can’t because nom::Err<_> is a foreign type.

Type Aliases§

NomResult