pub type IoWriteDynCallback<'a, R> = &'a dyn Fn(&dyn IoWrite) -> R;
Expand description

The type of a callback to an IO Write call (see: RustStdioRuntime).