Type Alias reth_stages_api::PipelineWithResult

source ·
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.