Type Alias juniper::executor::ValuesStream

source ·
pub 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>>

Aliased Type§

struct ValuesStream<'a, S = DefaultScalarValue> { /* private fields */ }