Function format_inner

Source
fn format_inner(
    w: &mut impl Write,
    interval: Interval,
    item: &Item<'_>,
) -> Result<()>