Function pdflatex

Source
pub fn pdflatex<S: AsRef<OsStr>, I: IntoIterator<Item = (S, S)>>(
    path: &Path,
    envs: I,
) -> Result<(), ()>