Type Alias twizzler_runtime_api::IoWritePanicDynCallback
source · 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).