[][src]Function alfred::xml::write_items

pub fn write_items<W: Write>(w: W, items: &[Item]) -> Result<()>

Writes a complete XML document representing the Items to the Write.

The Write is flushed after the XML document is written.