Function garden::config::reader::read_yaml

source ·
pub fn read_yaml<P>(path: P) -> Result<Yaml, GardenError>
where P: AsRef<Path> + Debug,
Expand description

Read and parse YAML from a file path.