Function exec_optimizer

Source
pub fn exec_optimizer(
    config: OptimizerConfig,
    types: Types,
) -> Result<Types, Error>
Expand description

Executes the Optimizer with the passed config and types.

ยงErrors

Returns a suitable Error type if the process was not successful.