Skip to main content

BackgroundTaskFuture

Type Alias BackgroundTaskFuture 

Source
pub type BackgroundTaskFuture = Pin<Box<dyn Future<Output = ()> + Send>>;
Expand description

Advanced configuration.

Aliased Typeยง

pub struct BackgroundTaskFuture { /* private fields */ }