pub fn from_toml_file<T, P>(path: P) -> Result<T>where T: for<'a> Deserialize<'a>, P: AsRef<Path>,
Converts from the TOML file to a value of T type.
T