pub type LocalFuture<'a, T> = Pin<Box<dyn Future<Output = T> + 'a>>;
pub struct LocalFuture<'a, T> { /* private fields */ }