Function read_config

Source
pub fn read_config<'a, T>(path: &str) -> Result<T, String>
where T: for<'de> Deserialize<'de>,