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.