Expand description
Parse result types for error handling and issue collection
Provides result types that can carry both successful parsing results and accumulated issues/warnings. Enables partial recovery parsing where some errors can be worked around while still collecting problems.
Structs§
- Parse
Result With Issues - Parse result with accumulated issues for partial recovery
Type Aliases§
- Parse
Result - Result type for operations that can produce parse issues