pub fn format_bulleted_list(
items: impl IntoIterator<Item = impl Display>,
) -> String
Expand description
Format an iterator of items into a bulleted list with line breaks between elements.
pub fn format_bulleted_list(
items: impl IntoIterator<Item = impl Display>,
) -> String
Format an iterator of items into a bulleted list with line breaks between elements.