pub fn save<T, U>(path: T, document: &U) -> Result<()>where T: AsRef<Path>, U: Node,
Save a document.