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