pub fn format_document<'d, W>( doc: &'d Document<'d>, writer: &mut W, ) -> Result<()>where W: Write + ?Sized,
Formats a document into a Write using the default Writer
Write
Writer