Skip to main content

MultiEmbedFuture

Type Alias MultiEmbedFuture 

Source
pub type MultiEmbedFuture<'a> = Pin<Box<dyn Future<Output = Result<MultiFunctionEmbedding, MemoryError>> + Send + 'a>>;
Expand description

Boxed future type alias for single multi-function embedding results.

Aliased Typeยง

pub struct MultiEmbedFuture<'a> { /* private fields */ }