Function git_testtools::to_bstr_err

source ·
pub fn to_bstr_err(err: Err<VerboseError<&[u8]>>) -> VerboseError<&BStr>
Expand description

Transform a verbose bom errors from raw bytes into a BStr to make printing/debugging human-readable.