pub trait TLAppInfoExt { // Required method fn into_app_start(self, run_id: Uuid, rtt: Duration) -> AppStart; }