Type Definition async_graphql::extensions::ResolveFut
source · [−]pub type ResolveFut<'a> = &'a mut (dyn Future<Output = ServerResult<Option<Value>>> + Send + Unpin);
Expand description
A future type used to resolve the field