Skip to main content

ResolverApplyFuture

Type Alias ResolverApplyFuture 

Source
pub type ResolverApplyFuture<'a> = Pin<Box<dyn Future<Output = Vec<Mutation>> + Send + 'a>>;

Aliased Typeยง

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