Function mz_repr::strconv::format_range

source ·
pub fn format_range<F, V, E>(
    buf: &mut F,
    r: &Range<V>,
    format_elem: impl FnMut(RangeElementWriter<'_, F>, Option<&V>) -> Result<Nestable, E>
) -> Result<Nestable, E>
where F: FormatBuffer,
Expand description

Writes a Range to buf.