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