Function alfred::write_items [] [src]

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.