pub type InputHandle<T, D, P> = InputHandleCore<T, Vec<D>, P>;
Expand description
Handle to an operator’s input stream, specialized to vectors.
Aliased Type§
struct InputHandle<T, D, P> { /* private fields */ }
pub type InputHandle<T, D, P> = InputHandleCore<T, Vec<D>, P>;
Handle to an operator’s input stream, specialized to vectors.
struct InputHandle<T, D, P> { /* private fields */ }