Skip to main content

BackgroundJobFuture

Type Alias BackgroundJobFuture 

Source
pub type BackgroundJobFuture = BoxFuture<'static, Result<(), BackgroundJobError>>;

Aliased Typeยง

pub struct BackgroundJobFuture { /* private fields */ }