pub type BackgroundJobFuture = BoxFuture<'static, Result<(), BackgroundJobError>>;
pub struct BackgroundJobFuture { /* private fields */ }