pub type NextResult<'input, 'facet, T, E, I = [u8]> = (NextData<'input, 'facet, I>, Result<T, E>);
The result of advancing the parser: updated state and parse outcome or error.