Struct wkhtmltopdf::lowlevel::PdfGuard [] [src]

pub struct PdfGuard {
    // some fields omitted
}

Handles initialization and deinitialization of wkhtmltopdf

This struct may only be initialized once per process which is a which is basic limitation of wkhtmltopdf.

When it goes out of scope, wkhtmltopdf will be deinitialized and further PDF generation will not be possible.

Trait Implementations

impl Drop for PdfGuard
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more