pub type ParseError = ContextError<StrContext>;
Available on crate feature
verbose-object-parsing-errors
only.Expand description
The type to be used for parse errors.
Aliased Typeยง
struct ParseError { /* private fields */ }