pub trait BenchBuilder: FnOnce(Rc<dyn Node>) -> Rc<dyn Node> + Send { }
A function that accepts a trigger node and wires downstream logic to be benchmarked.