pub struct Reported;
Expand description
Error type for when an error has been reported to ParseContext.
It’s OK to discard this kind of error and return success. See
ParseContext
for an example.
pub struct Reported;
Error type for when an error has been reported to ParseContext.
It’s OK to discard this kind of error and return success. See
ParseContext
for an example.