Struct rsonpath_lib::quotes::ResumeClassifierState
source · pub struct ResumeClassifierState<'a, I: QuoteClassifiedIterator<'a>> {
pub iter: I,
pub block: Option<ResumeClassifierBlockState<'a>>,
}Expand description
State allowing resumption of a classifier from a particular place
in the input along with the stopped QuoteClassifiedIterator.
Fields§
§iter: IThe stopped iterator.
block: Option<ResumeClassifierBlockState<'a>>The block at which classification was stopped.