pub type ValueStream = Pin<Box<dyn Stream<Item = Result<Value>> + Send>>;
A boxed stream of JSON values for server-streaming RPCs.
pub struct ValueStream { /* private fields */ }