pub fn dump<'a, ItemStream: IntoIterator<Item = &'a ReportItem>>(
item_stream: ItemStream,
) -> Vec<u8>Expand description
Dump items into a byte stream.
pub fn dump<'a, ItemStream: IntoIterator<Item = &'a ReportItem>>(
item_stream: ItemStream,
) -> Vec<u8>Dump items into a byte stream.