logo
pub trait SettingsWindowExt: 'static {
    fn add_page(&self, page: &impl IsA<SettingsPage>);
    fn add_list(&self, list: &impl IsA<ContentList>);
}
Expand description

Trait containing all SettingsWindow methods.

Implementors

SettingsWindow

Required Methods

Implementors