pub type CompletionFuture<'a> = Pin<Box<dyn Future<Output = PluginResult<CompleteResult>> + Send + 'a>>;Aliased Typeยง
pub struct CompletionFuture<'a> { /* private fields */ }pub type CompletionFuture<'a> = Pin<Box<dyn Future<Output = PluginResult<CompleteResult>> + Send + 'a>>;pub struct CompletionFuture<'a> { /* private fields */ }