pub trait AppChooserExt: IsA<AppChooser> + Sealed + 'static {
    // Provided methods
    fn app_info(&self) -> Option<AppInfo> { ... }
    fn content_type(&self) -> Option<String> { ... }
    fn refresh(&self) { ... }
}

Provided Methods§

Implementors§