pub fn get_env_pathbuf_required(env_name: &str) -> Result<PathBuf, EnvError>
Expand description

Get an environment variable as a PathBuf. If not provided or cannot parse, return an error.