Type Definition juniper::executor::ValuesStream[][src]

type ValuesStream<'a, S = DefaultScalarValue> = Pin<Box<dyn Stream<Item = Result<Value<S>, ExecutionError<S>>> + Send + 'a>>;
Expand description

Boxed Stream yielding Result<Value<S>, ExecutionError<S>>