pub type BackgroundTaskFuture = Pin<Box<dyn Future<Output = ()> + Send>>;
Advanced configuration.
pub struct BackgroundTaskFuture { /* private fields */ }