Type Alias twizzler_runtime_api::IoReadDynCallback
source · pub type IoReadDynCallback<'a, R> = &'a mut dyn FnMut(&dyn IoRead) -> R;
Expand description
The type of a callback to an IO Read call (see: RustStdioRuntime).
pub type IoReadDynCallback<'a, R> = &'a mut dyn FnMut(&dyn IoRead) -> R;
The type of a callback to an IO Read call (see: RustStdioRuntime).