Module nix_compat::derivation::parse_error

source ·
Expand description

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

Structs§

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

Enums§

Functions§

  • 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§