pub type PrunerResult = Result<PrunerOutput, PrunerError>;Expand description
Result of Pruner::run execution.
Aliased Type§
pub enum PrunerResult {
Ok(PrunerOutput),
Err(PrunerError),
}Variants§
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.