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).