gix_object::decode

Type Alias ParseError

source
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 */ }