Type Alias reth_prune::PrunerWithResult

source ·
pub type PrunerWithResult<S, DB> = (Pruner<S, DB>, PrunerResult);
Expand description

The pruner type itself with the result of Pruner::run

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.