pub fn pretty_print_csv<'a, T>(
items: impl IntoIterator<Item = &'a T>,
) -> Documentwhere
T: PrettyPrint + 'a,Expand description
Pretty-print a list of PrettyPrint values as comma-separated items.
pub fn pretty_print_csv<'a, T>(
items: impl IntoIterator<Item = &'a T>,
) -> Documentwhere
T: PrettyPrint + 'a,Pretty-print a list of PrettyPrint values as comma-separated items.