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

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