Skip to main content

ValueStream

Type Alias ValueStream 

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

A boxed stream of JSON values, used by Link::subscribe.

Aliased Typeยง

pub struct ValueStream { /* private fields */ }