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ยง
pub struct ParseError { /* private fields */ }