Skip to main content

write_context_entry

Function write_context_entry 

Source
fn write_context_entry(
    formatter: &mut Formatter<'_>,
    first: &mut bool,
    key: &str,
    value: impl Display,
) -> Result