Type Alias aster_frame::arch::x86::console::InputCallback
source · pub type InputCallback = dyn Fn(u8) + Send + Sync + 'static;
Expand description
The callback function for console input.
pub type InputCallback = dyn Fn(u8) + Send + Sync + 'static;
The callback function for console input.