pub type ManyIn<T> = Context<RequestStream<T>>;Expand description
Pipeline input for streaming-request engines: a RequestStream<T>
payload wrapped in a Context, symmetric to SingleIn<T> for unary
inputs.
Aliased Typeยง
pub struct ManyIn<T> { /* private fields */ }