use Path;
use Url;
/// `Document` is a trait for representing objects that can be downloaded and
/// written to disk using the `Client` struct. If an object implementing
/// `Document` returns `true` from its `wkhtmltopdf()` method, it will
/// be converted to PDF before it is written to disk.