Skip to main content

InputHook

Type Alias InputHook 

Source
pub type InputHook = fn(buf: &mut [u8]) -> Result<usize>;
Expand description

Function-pointer signature for reading bytes from a host-provided input stream, installed on GlobalState::stdin_hook by the embedder.