pub async fn trace_steps_state<T: Debug, F: Fn(&State) -> T>( runner: &mut ClusterRunner<'_>, f: F, ) -> Result<()>