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