Function yaml

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

Read the module at path with Yaml.

See: Yaml.