Skip to main content

ValueStream

Type Alias ValueStream 

Source
pub type ValueStream = Pin<Box<dyn Stream<Item = Result<Value>> + Send>>;
Expand description

A boxed stream of JSON values for server-streaming RPCs.

Aliased Typeยง

pub struct ValueStream { /* private fields */ }