Type Definition txtai::api::IndexResultsBatch

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