pub type BatchIteratorGetNextResult = Result<Vec<FormattedContent>, ReaderError>;

Aliased Type§

enum BatchIteratorGetNextResult {
    Ok(Vec<FormattedContent>),
    Err(ReaderError),
}

Variants§

§1.0.0

Ok(Vec<FormattedContent>)

Contains the success value

§1.0.0

Err(ReaderError)

Contains the error value