Type Alias txtai::api::IndexResultsBatch

source ·
pub type IndexResultsBatch = Result<Vec<Vec<IndexResult>>, Box<dyn Error>>;

Aliased Type§

enum IndexResultsBatch {
    Ok(Vec<Vec<IndexResult>>),
    Err(Box<dyn Error>),
}

Variants§

§1.0.0

Ok(Vec<Vec<IndexResult>>)

Contains the success value

§1.0.0

Err(Box<dyn Error>)

Contains the error value