writeln_fmt

Function writeln_fmt 

Source
fn writeln_fmt(
    writer: &mut impl Write,
    f: impl Fn(&mut String) -> Result,
) -> Result<()>