pub type SingleIn<T> = Context<T>;
Expand description
Pipeline inputs carry a Context
which can be used to carry metadata or additional information
about the request. This information propagates through the stages, both local and distributed.
Aliased Typeยง
pub struct SingleIn<T> { /* private fields */ }