pub type CreatePoolFuture<'a> = Pin<Box<dyn Future<Output = CreatePoolResult> + Send + 'a>>;
pub struct CreatePoolFuture<'a> { /* private fields */ }