Type Definition async_graphql::extensions::ResolveFut[][src]

pub type ResolveFut<'a> = &'a mut (dyn Future<Output = ServerResult<Option<Value>>> + Send + Unpin);
Expand description

A future type used to resolve the field