Skip to main content

_print_fmt

Function _print_fmt 

Source
unsafe fn _print_fmt(fmt: &mut Formatter<'_>, print_fmt: PrintFmt) -> Result
Expand description

§Safety

This function is not Sync. The caller must hold a mutex lock, or there must be only one thread in the program.