Skip to main content

ResolverBatchFuture

Type Alias ResolverBatchFuture 

Source
pub type ResolverBatchFuture<'a> = Pin<Box<dyn Future<Output = ResolverBatchResult> + Send + 'a>>;

Aliased Typeยง

pub struct ResolverBatchFuture<'a> { /* private fields */ }