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