[][src]Trait gio::prelude::SettingsExtManual

pub trait SettingsExtManual {
    fn get<U: FromVariant>(&self, key: &str) -> U;
fn set<U: ToVariant>(&self, key: &str, value: &U) -> Result<(), BoolError>; }

Required methods

fn get<U: FromVariant>(&self, key: &str) -> U

fn set<U: ToVariant>(&self, key: &str, value: &U) -> Result<(), BoolError>

Loading content...

Implementors

impl<O: IsA<Settings>> SettingsExtManual for O[src]

Loading content...