Trait ux::prelude::SettingsBackendExt[]

pub trait SettingsBackendExt: 'static {
    pub fn path_writable_changed(&self, path: &str);
pub fn writable_changed(&self, key: &str); }

Required methods

pub fn path_writable_changed(&self, path: &str)

pub fn writable_changed(&self, key: &str)

Loading content...

Implementors

impl<O> SettingsBackendExt for O where
    O: IsA<SettingsBackend>, 

Loading content...