Function load_document

Source
pub fn load_document<P>(
    filename: P,
    style: Style,
    template: Option<&str>,
) -> Result<Document, SubplotError>
where P: AsRef<Path> + Debug,
Expand description

Load a Document from a file.