BatchSearchResult

Type Alias BatchSearchResult 

Source
pub type BatchSearchResult = Vec<Result<Vec<(String, f32)>>>;
Expand description

Batch search result type

Aliased Typeยง

pub struct BatchSearchResult { /* private fields */ }