Open PoorRican opened 1 year ago
In order to provide insightful errors and remove ambiguity, parsing helper functions should return Result instead of Option.
Result
Option
This also dictates the need for a ParsingError
ParsingError
In order to provide insightful errors and remove ambiguity, parsing helper functions should return
Result
instead ofOption
.