QuoteIterResult

Type Alias QuoteIterResult 

Source
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§

§1.0.0

Ok(Option<QuoteClassifiedBlock<I, M, N>>)

Contains the success value

§1.0.0

Err(InputError)

Contains the error value