pub struct ResumeClassifierBlockState<'a> {
pub block: QuoteClassifiedBlock<'a>,
pub idx: usize,
}
Expand description
State of the block at which classification was stopped.
Fields§
§block: QuoteClassifiedBlock<'a>
Quote classified information about the block.
idx: usize
The index at which classification was stopped.