Trait zng_wgt_settings::WidgetInfoSettingExt

source ·
pub trait WidgetInfoSettingExt {
    // Required method
    fn setting_key(&self) -> Option<ConfigKey>;
}
Expand description

Extends WidgetInfo to provide the setting config key for setting widgets.

Required Methods§

source

fn setting_key(&self) -> Option<ConfigKey>

Gets the setting config key, if this widget represents a setting item.

Implementations on Foreign Types§

source§

impl WidgetInfoSettingExt for WidgetInfo

Implementors§