Function rsonpath_lib::classification::depth::resume_depth_classification
source · pub fn resume_depth_classification<'a, I: QuoteClassifiedIterator<'a>>(
state: ResumeClassifierState<'a, I>,
opening: u8
) -> DepthIteratorResumeOutcome<'a, I, impl DepthIterator<'a, I>>Expand description
Resume classification using a state retrieved from a previously
used classifier via the stop function.