Function exec_optimizer
Source pub fn exec_optimizer(
config: OptimizerConfig,
types: MetaTypes,
) -> Result<MetaTypes, Error>
Expand description
Executes the Optimizer with the passed config and types.
ยงErrors
Returns a suitable Error type if the process was not successful.