pub fn write_json_config<T: Serialize, S>( settings: &T, path: S, ) -> Result<(), Box<dyn Error>>where S: AsRef<Path> + Clone,