Function repr::strconv::format_list[][src]

pub fn format_list<F, T>(
    buf: &mut F,
    elems: impl IntoIterator<Item = T>,
    format_elem: impl FnMut(ListElementWriter<'_, F>, T) -> Nestable
) -> Nestable where
    F: FormatBuffer