pub type DynGraphQLValueAsync<S, C, TI> = dyn GraphQLValueAsync<S, Context = C, TypeInfo = TI> + Send + 'static;
Expand description

Helper alias for naming trait objects of GraphQLValueAsync.