Function parse_opt_path_buf

Source
fn parse_opt_path_buf(
    slot: &mut Option<PathBuf>,
    v: Option<&str>,
) -> Result<(), &'static str>