pub trait AppChooserExt: 'static {
    // Required methods
    fn app_info(&self) -> Option<AppInfo>;
    fn content_type(&self) -> GString;
    fn refresh(&self);
}

Required Methods§

Implementors§