Expand description
Fallible iterator implementations that return Results, exposing parsing errors to users.
These iterators complement the default iterators by returning Result<T, ParserErrorWithBytes>
instead of silently skipping errors. This allows users to handle errors explicitly while
maintaining backward compatibility with existing code.
Structsยง
- Fallible
Elem Iterator - Fallible iterator over BGP elements that returns parsing errors.
- Fallible
Record Iterator - Fallible iterator over MRT records that returns parsing errors.