pub type LocalBoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + 'a, Global>>;
BoxFuture, but without the Send requirement.
BoxFuture
Send