pub type BoxedFuture<'a> = Pin<Box<dyn Future<Output = TaskResult> + Send + 'a>>;
Type alias for boxed future result
pub struct BoxedFuture<'a> { /* private fields */ }