pub fn write_yaml<P>(doc: &Yaml, path: P) -> Result<(), GardenError> where
    P: AsRef<Path> + Debug
Expand description

Write a Yaml object to a file