Function xpad::write [] [src]

pub fn write<'input, W: Write>(
    writer: &mut W,
    document: &Document<'input>,
    config: &OutputConfig,
    autoflush: bool
) -> Result<()>

Write the given document to the specified writer using the given output configuration