pub trait AppCycleFrameRunner<T> { // Required method fn run_frame(self, tester: &mut AppCycleTester<T>); }