Struct rsonpath_lib::depth::DepthIteratorResumeOutcome
source · pub struct DepthIteratorResumeOutcome<'a, I: QuoteClassifiedIterator<'a>, D: DepthIterator<'a, I>>(pub Option<D::Block>, pub D);Expand description
The result of resuming a DepthIterator – the first block and the rest of the iterator.
Tuple Fields§
§0: Option<D::Block>§1: D