Function load_config

Source
pub fn load_config<T: DeserializeOwned>(
    absolute_file_path: &PathBuf,
) -> Result<Arc<T>, Box<dyn Error>>