[][src]Function dprint_core::print_write_items

pub fn print_write_items<T>(
    write_items: impl Iterator<Item = WriteItem<T>>,
    options: PrintWriteItemsOptions
) -> String where
    T: StringTrait

Prints string based writer items.