format_bulleted_list_multiline

Function format_bulleted_list_multiline 

Source
pub fn format_bulleted_list_multiline(
    items: impl IntoIterator<Item = impl Display>,
) -> String
Expand description

Like format_bulleted_list, except the second and subsequent lines of multi-line items are indented as well.