Function mz_repr::strconv::format_record

source ·
pub fn format_record<F, T, E>(
    buf: &mut F,
    elems: impl IntoIterator<Item = T>,
    format_elem: impl FnMut(RecordElementWriter<'_, F>, T) -> Result<Nestable, E>
) -> Result<Nestable, E>
where F: FormatBuffer,