Module pest::error

source ·
Expand description

Types for different kinds of parsing failures.

Structs§

  • Parse-related error type.

Enums§

Type Aliases§

  • Function mapping string element to bool denoting whether it’s a whitespace defined by user.
  • Function mapping rule to its helper message defined by user.