pub fn timed_module_workflow(
scan: &ScanSettings,
module: &ModuleSettings,
) -> Result<TimedWorkflow<ModuleReceipt>>Expand description
Runs the module workflow and records scan/model/receipt phase timings.
§Errors
Returns any error produced by the underlying scan or model workflow.