Skip to main content

ResponseItemInjectionFuture

Type Alias ResponseItemInjectionFuture 

Source
pub type ResponseItemInjectionFuture<'a> = Pin<Box<dyn Future<Output = Result<(), Vec<ResponseInputItem>>> + Send + 'a>>;
Expand description

Future returned when an extension asks the host to inject model-visible input.

Aliased Typeยง

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