NextResult

Type Alias NextResult 

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

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