Type Alias ParseErrorOwned

Source
pub type ParseErrorOwned = VerboseError<BString>;
Available on crate feature verbose-object-parsing-errors only.
Expand description

The owned type to be used for parse errors.

Aliased Type§

struct ParseErrorOwned {
    pub errors: Vec<(BString, VerboseErrorKind)>,
}

Fields§

§errors: Vec<(BString, VerboseErrorKind)>

List of errors accumulated by VerboseError, containing the affected part of input data, and some context