pub trait FontChooserExtManual: 'static {
    // Required method
    fn unset_filter_func(&self);
}
Expand description

Trait containing manually implemented methods of FontChooser.

Required Methods§

Implementors§