Type Alias PrunerResult

Source
pub type PrunerResult = Result<PrunerOutput, PrunerError>;
Expand description

Result of Pruner::run execution.

Aliased Type§

pub enum PrunerResult {
    Ok(PrunerOutput),
    Err(PrunerError),
}

Variants§

§1.0.0

Ok(PrunerOutput)

Contains the success value

§1.0.0

Err(PrunerError)

Contains the error value

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.