pub type BatchIteratorGetNextResult = Result<Vec<FormattedContent>, ReaderError>;
Aliased Type§
enum BatchIteratorGetNextResult {
Ok(Vec<FormattedContent>),
Err(ReaderError),
}
Variants§
Ok(Vec<FormattedContent>)
Contains the success value
Err(ReaderError)
Contains the error value