read_toml

Function read_toml 

Source
pub fn read_toml<'a, T: Deserialize<'a>>(
    path: impl AsRef<Path>,
    name: &'a str,
) -> T