Type Alias NextResult

Source
pub type NextResult<'input, 'facet, 'shape, T, E, I = [u8]> = (NextData<'input, 'facet, 'shape, I>, Result<T, E>);
Expand description

The result of advancing the parser: updated state and parse outcome or error.