load_toml

Function load_toml 

Source
pub fn load_toml<T, P: AsRef<Path>>(path: P) -> Result<T, Error>
where for<'a> T: Deserialize<'a>,