pub fn yaml_from_path<T>(path: &Path) -> Result<T>where
    T: DeserializeOwned,