Trait SettingsExtManual
gio::prelude
pub trait SettingsExtManual { fn get<U: FromVariant>(&self, key: &str) -> U; fn set<U: ToVariant>(&self, key: &str, value: &U) -> Result<(), BoolError>; }
fn get<U: FromVariant>(&self, key: &str) -> U
fn set<U: ToVariant>(&self, key: &str, value: &U) -> Result<(), BoolError>
impl<O: IsA<Settings>> SettingsExtManual for O