Function io_write

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

Write to a struct that implements io::Write.

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