Type Alias PipelineWithResult
pub type PipelineWithResult<N> = (Pipeline<N>, Result<ControlFlow, PipelineError>);Expand description
The pipeline type itself with the result of Pipeline::run_as_fut
Layoutยง
Note: Encountered an error during type layout; the type failed to be normalized.