rootasrole_core::database

Function read_json_config

Source
pub fn read_json_config<P: AsRef<Path>>(
    settings: Rc<RefCell<SettingsFile>>,
    settings_path: P,
) -> Result<Rc<RefCell<SConfig>>, Box<dyn Error>>