pub(crate) fn trace_result<T, I: Stream, E: ParserError<I>>( name: impl Display, res: &Result<T, E>, )