Function garden::config::from_path_string[][src]

pub fn from_path_string(
    path: &str,
    verbose: bool
) -> Result<Configuration, GardenError>
Expand description

Read configuration from a path string. Wraps from_path() to simplify usage.