Function rootasrole_core::get_settings

source ยท
pub fn get_settings<S>(
    path: &S,
) -> Result<Rc<RefCell<SettingsFile>>, Box<dyn Error>>
where S: AsRef<OsStr> + ?Sized,