[][src]Type Definition juniper::DynGraphQLValueAsync

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

Helper alias for naming trait objects of GraphQLValueAsync.