Skip to main content

run_health_with_runner

Function run_health_with_runner 

Source
pub fn run_health_with_runner(
    options: &ComplexityOptions,
    runner: &impl ProgrammaticHealthRunner,
) -> Result<HealthProgrammaticOutput, ProgrammaticError>
Expand description

Alias for run_complexity_with_runner with a product-oriented name.

ยงErrors

Returns the same structured errors as run_complexity_with_runner.