Skip to main content

CompletionFuture

Type Alias CompletionFuture 

Source
pub type CompletionFuture<'a> = Pin<Box<dyn Future<Output = PluginResult<CompleteResult>> + Send + 'a>>;

Aliased Typeยง

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