pub fn format_bulleted_list_multiline(
items: impl IntoIterator<Item = impl Display>,
) -> StringExpand description
Like format_bulleted_list, except the second and subsequent lines of multi-line items are
indented as well.
pub fn format_bulleted_list_multiline(
items: impl IntoIterator<Item = impl Display>,
) -> StringLike format_bulleted_list, except the second and subsequent lines of multi-line items are
indented as well.