Skip to main content

pretty_print_csv

Function pretty_print_csv 

pub fn pretty_print_csv<'a, T>(
    items: impl IntoIterator<Item = &'a T>,
) -> Document
where T: PrettyPrint + 'a,
Expand description

Pretty-print a list of PrettyPrint values as comma-separated items.