pub type ExtensionFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Boxed, sendable future returned by asynchronous extension contributors.
pub struct ExtensionFuture<'a, T> { /* private fields */ }