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 */ }pub type ValueStream = Pin<Box<dyn Stream<Item = Result<Value, ClientError>> + Send>>;A boxed stream of JSON values, used by Link::subscribe.
pub struct ValueStream { /* private fields */ }