Type Alias twizzler_runtime_api::IoWriteDynCallback
source · 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).
pub type IoWriteDynCallback<'a, R> = &'a dyn Fn(&dyn IoWrite) -> R;
The type of a callback to an IO Write call (see: RustStdioRuntime).