pub trait AppChooserExt: IsA<AppChooser> + 'static {
// Provided methods
fn app_info(&self) -> Option<AppInfo> { ... }
fn content_type(&self) -> GString { ... }
fn refresh(&self) { ... }
}๐Deprecated: Since 4.10
Provided Methodsยง
fn app_info(&self) -> Option<AppInfo>
๐Deprecated: Since 4.10
fn content_type(&self) -> GString
๐Deprecated: Since 4.10
fn refresh(&self)
๐Deprecated: Since 4.10
Dyn Compatibilityยง
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.