pub trait FontChooserExtManual:
Sealed
+ IsA<FontChooser>
+ 'static {
// Provided method
fn unset_filter_func(&self) { ... }
}
👎Deprecated: Since 4.10
Expand description
Trait containing manually implemented methods of
FontChooser
.
Provided Methods§
fn unset_filter_func(&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.