write_key_value

Function write_key_value 

fn write_key_value(
    f: &mut dyn Write,
    key: &str,
    value: &impl Display,
) -> Result<()>