Skip to main content

load

Function load 

Source
pub fn load(path: &Path) -> Result<Document>
Expand description

Load a document from a .draw.json file.

ยงErrors

Returns an error if the file cannot be read or the JSON is malformed.