pub trait AppHandler: Send + Sync { // Required method fn new_app_added(&mut self, app_data: AppData); }