pub type PollableFuture<'a> = Pin<Box<dyn Future<Output = ()> + Send + 'a>>;
struct PollableFuture<'a> {}