pub type QuoteIterResult<I, M, const N: usize> = Result<Option<QuoteClassifiedBlock<I, M, N>>, InputError>;Expand description
Result of the FallibleIterator for quote classification,
and of the offset function.
Aliased Type§
pub enum QuoteIterResult<I, M, const N: usize> {
Ok(Option<QuoteClassifiedBlock<I, M, N>>),
Err(InputError),
}Variants§
Ok(Option<QuoteClassifiedBlock<I, M, N>>)
Contains the success value
Err(InputError)
Contains the error value