Type Definition git_object::decode::ParseError

source · []
pub type ParseError<'a> = VerboseError<&'a [u8]>;
Expand description

The type to be used for parse errors.