Function get_path_from_env

Source
pub fn get_path_from_env(
    var: &str,
    should_ignore: &mut bool,
) -> BoxResult<Option<PathBuf>>