Function fmt_children

Source
fn fmt_children(
    children: &[NodePtr],
    cx: &PrettyCx<'_, '_>,
    f: &mut Formatter<'_>,
) -> Result