pub fn output<I>(items: I) -> Result<()> where
    I: IntoIterator<Item = Item>, 
Expand description

Shortcut function to output a list of items to stdout.