[][src]Function printf_compat::output::io_write

pub fn io_write(w: &mut impl Write) -> impl FnMut(Argument<'_>) -> c_int + '_

Write to a struct that implements io::Write.

This shares the same caveats as fmt_write, except that non-UTF-8 data is supported.