pub trait FileChooserExtManual: 'static {
    fn add_choice(&self, id: &str, label: &str, options: &[(&str, &str)]);
}
Expand description

Trait containing manually implemented methods of FileChooser.

Required methods

Implementors