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>>>
fornom::Err<NomError<I>>
, which we can’t becausenom::Err<_>
is a foreign type.