pub fn format_bulleted_list(
items: impl IntoIterator<Item = impl Display>,
) -> StringExpand 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>,
) -> StringFormat an iterator of items into a bulleted list with line breaks between elements.