pub type Inserter = dyn FnMut(usize, &mut dyn Write) -> Result;
A callback for Format::Custom used to insert indenation after a new line
Format::Custom
The first argument is the line number within the output, starting from 0