pub fn toml<T>(path: impl AsRef<Path>) -> Result<T, Error>where T: Merge + DeserializeOwned,
toml
Read the module at path with Toml.
path
Toml
See: Toml.