Skip to main content

ExtensionFuture

Type Alias ExtensionFuture 

Source
pub type ExtensionFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Expand description

Boxed, sendable future returned by asynchronous extension contributors.

Aliased Typeยง

pub struct ExtensionFuture<'a, T> { /* private fields */ }