1 2 3 4 5 6 7
/// Application information on system #[derive(Debug, Clone)] pub struct AppInfo { pub display_name: String, pub display_version: String, pub uninstall_string: String, }