Function toml

Source
pub fn toml<T>(path: impl AsRef<Path>) -> Result<T, Error>
Available on crate feature toml only.
Expand description

Read the module at path with Toml.

See: Toml.