[][src]Module pahs::error_accumulator

Allows tracking multiple failures encountered in complex parsers or combinators.

Structs

AllBestErrorsAccumulator

Accumulator that saves all "best" errors.

AllErrorsAccumulator

Accumulator that just stores all of the added errors

LastErrorOnly

Accumulator that only keeps the last added error.

Traits

ErrorAccumulator

Allows tracking multiple failures encountered in complex parsers or combinators.