Expand description

A CombinedExecutor wraps a primary executor and a secondary one In comparison to the crate::executors::DiffExecutor it does not run the secondary executor in run_target.

Structs

A CombinedExecutor wraps a primary executor, forwarding its methods, and a secondary one