pub trait AppChooserExt: 'static {
// Required methods
fn get_app_info(&self) -> Option<AppInfo>;
fn get_content_type(&self) -> Option<String>;
fn refresh(&self);
}
pub trait AppChooserExt: 'static {
// Required methods
fn get_app_info(&self) -> Option<AppInfo>;
fn get_content_type(&self) -> Option<String>;
fn refresh(&self);
}