pub trait SettingEditorExt { // Required methods fn editor_fn(&self) -> Option<WidgetFn<Setting>>; fn editor(&self) -> UiNode; }
Extends Setting to get custom editor metadata.
Setting
Custom editor for the setting.
Instantiate editor.
If no editor is set the EDITORS service is used to instantiate the editor.
EDITORS